Highest voted questions in Java

7 votes
2 answers
1
Find the output of the following Java code line System.out.printIn(math.floor(-7.4))-7-8-7.4-7.0
5 votes
3 answers
2
In Java, after executing the following code what are the values of x, y and z?int x,y=10; z=12;x=y++ + z++;x=22, y=10, z=12x=24, y=10, z=12x=24, y=11, z=13x=22, y=11, z=1...
4 votes
1 answer
3
What is the output of the following program?Class Test { public static void main (String [] args) { int x = 0; int y = 0 for (int z = 0; z < 5; z++) { if((++x >2)||(++y ...
3 votes
3 answers
4
Which of these is a super class of all errors and exceptions in the Java language?Runtime ExceptionsThrowableCatchableNone of the above
3 votes
1 answer
5
The built-in base class in java, which is used to handle all exceptions isRaiseExceptionErrorThrowable
2 votes
3 answers
8
2 votes
1 answer
10
1 votes
1 answer
12
Which of the following construct is not supported by Java Server Pages?$\text{JSP}$ Directives$\text{JSP}$ Scriptlets$\text{JSP}$ Actions$\text{JSP}$ Reaction
1 votes
1 answer
15
Which of the following Interface is not supported by $\text{JDBC}$ for connecting to Database in Java Programming language?Statement InterfacePrepared Statement Interface...
1 votes
1 answer
17
Which of the following are two main types of overloading in Java?Overloading and linkingOverriding and linkingReusability and data-hidingOverloading and Overriding
1 votes
2 answers
18
In Java, for ensuring the persistence property, the class must implements:Serializable InterfaceUtilization InterfaceThreadable InterfaceRecognizable Interface
1 votes
1 answer
19
In Java, the Dynamic Array are known as :VectorsCycleRemoteKubernotos