Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the following Java Code?
int a=9; float b = a/2; System.out.println(b);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which keyword is used to inherit classes in Java?
Which of the following code is used to get an attribute in a HTTP Session object inservlets?
What is the size of a DOUBLE floating point number in Java?
A class can be converted to a thread by implementing the interface ____________.
Which of the variables serve as symbolic constants
An interface is a blueprint of a class. It has static constants and abstract methods
______ is a group of related data items that share a common name with same data type
Discusssion
Login to discuss.