J
Q. The following program is an example of?
class Simple{ public static void main(String args[]){ String s="Sachin"; System.out.println(s.length());//6 } }
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, what is the purpose of the endsWith() method of a String object?
Q. Which of these methods calls update() method?
Q. Which of these keywords must be used to monitor for exceptions?
Q. Which offers the best performance?
Q. Which of these keywords is used to manually throw an exception?
Q. What is the use of try & catch?
Q. The classes Reader and Writer are derived from the class _________.
Q. In java control statements break, continue, return, try-catch-finally and assert belongs to?
Discusssion
Login to discuss.