V
Q. What will be the output of the following Java code?
class output { public static void main(String args[]) { char ch; ch = "hello".charAt(1); System.out.println(ch); } }
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. What method must be implemented by all threads?
Q. What is the result of the expression (6 + 3) * 2 in Java?
Q. What is the output of the following code snippet?
Q. Which of these values is returned by read () method is end of file (EOF) is encountered?
Q. Which maven plugin creates the project structure?
Q. How is the dynamic interception of requests and responses to transform the informationdone?
Q. Which of these methods is used to know the full URL of an URL object?
Discusssion
Login to discuss.