R
Q. What will be the output of the following Java code? class output { public static void main(String args[]) { StringBuffer s1 = new StringBuffer("Hello World"); s1.insert(6 , "Good "); System.out.println(s1); } }
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. When is a finally {} block executed?
Q. Which of the following statements are true?
Q. Which of these is necessary to specify at time of array initialization?
Q. Which of the following is a type of polymorphism in Java Programming?
Q. Which is the super class of all exception classes
Q. The keyword used to create a constant variable
Q. What would be the output of the following code snippet if variable a=10?
Discusssion
Login to discuss.