Answer Posted / kishore kumar
All the above answers are not a valid answers for interview
purpose.
In the interview, you have to say:
we can debug the java code by using the log files.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain the use of sublass in a java program?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Is java an open source?
Why should we use singleton pattern instead of static class?
Explain try and catch keywords in java?
Can you call one constructor from another if a class has multiple constructors?
Where are variables stored?
What is compareto () in java?
Is finalize() similar to a destructor?
Can you write a java class that could be used both as an applet as well as an application?
What do you understand by weak reference?
Is main a keyword in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Why null value is used in string?
Which class is the superclass of all classes?