Home / Programming MCQs / JAVA MCQs / Question
S
Q. What will be the output for the below code ?
public class Test { public static void main(String[] args) { byte i = 128; System.out.println(i); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following is not a Java features?
Multiline comment is created using ___.
Which of these is returned by greater than, <, and equal to, ==, operator?
________ gives the number of objects present
An abstract class has no use when it is extended by some other class.
Choose correct examples of decimal literals in Java.
In which of the following is toString() method defined?
Which of these methods can be used to write console output?
Which string function returns the number of characters in a string?
Discusssion
Login to discuss.