programming languages Online Quiz - 15
Description: programming languages Online Quiz - 15 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
x=space(2) y=Len(x) y=????
x=strcomp("abc","abc") x=????
Read this piece of code carefully if("String".toString() == "String") System.out.println("Equal"); else System.out.println("Not Equal");Answers
On Which Concept JAVA is Working?
Java is used in Which Applications.
Java Is Robust Language?
Is Java Is Platform independent?
Can JAVA use the Polymorphism & Inheritance?
In JAVA, Delete Is Keyword?
What is Void In Public Static Void main()
can we use Hybrid Inheritance In Java.
What Is SuperClass In JAVA
What is Object??
JAVA Runs on ........
What's the difference between an Applet and an application ?
The following statements make “length” be what number ? int length; length = 4; length ++;
Booleans are _______.
What will be the value of “num” after the following statements? int num; num = (5+4); num = num / 9; num = 12;