C
Q. Identify the output of the following program
String str = “abcde”; System.out.println(str.substring(1, 3));
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. In Java, can a subclass override a default method from its superclass?
Q. Which one is commonly used to extend the applications hosted by web servers
Q. Which of these is the most popularly used class as a key in a HashMap?
Q. Multithreading in java is ___.
Q. Which of these ways used to communicate from an applet to servlet?
Q. Object is an _________ of a class.
Discusssion
Login to discuss.