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