1. what is throwable and where should we use this? 2. How can you increase the JVM memory? 3. Abstract class is a partially implemented class so, How can we call an abstract method without creating... 4. How to Stop the creation of objects(For ex:For Player class of Cricket Team,stop instance creation after... 5. Can HashMap store null values?If yes, how many and in which one? 6. What is the Difference between Runtime and RunTime java API's? 7. How we upload and download files in JSP and Servlets ,What methods we are using?? 8. Why return type is not a part of method signature? 9. what is the difference between String and StringBuffer? 10. Can we create a class in a method if it is possible how
-
Interview Candidate
- Dec 27th, 2006
- 3
- 2505
Showing Answers 1 - 3 of 3 Answers
1. what is throwable and where should we use this? 2. How can you increase the JVM memory? 3. Abstract class is a partially implemented class so, How can we call an abstract method without creating... 4. How to Stop the creation of objects(For ex:For Player class of Cricket Team,stop instance creation after... 5. Can HashMap store null values?If yes, how many and in which one? 6. What is the Difference between Runtime and RunTime java API's? 7. How we upload and download files in JSP and Servlets ,What methods we are using?? 8. Why return type is not a part of method signature? 9. what is the difference between String and StringBuffer? 10. Can we create a class in a method if it is possible how