R
Q. What will be the output of the following Java code?
class output { public static void main(String args[]) { StringBuffer c = new StringBuffer("Hello"); System.out.println(c.length()); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Identify the return type of a method that does not return any value.
Q. Choose the correct Syntax of FOR loop in Java below.
Q. What is the purpose of designing a SWITCH logic with a fall-through in Java?
Q. Which is/are valid method(s) of math library in java
Q. Multithreading in java is ___.
Q. What is the output of the following code snippet?
Q. ________ statement is valid for array declaration.
Discusssion
Login to discuss.