GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  1. Can You catch the Error?

2. Difference between compiletime exception and runtime exception?

3. How you throw user defined exception?

4. How you handle throwable while using exceptions ?

5. What are the methods available in Object ?

6. Is there any methods available in serialization ?

7. How you seralize an Object ?

8.How you get the serialized object ?

9. Any methods available in deseralization ?




August 08, 2006 13:58:43 #5
 kripa   Member Since: Visitor    Total Comments: N/A 

RE: 1. Can You catch the Error? 2. Differe...
 
it would be better to use a 'try-catch' block.
     

 

Back To Question