ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
Are nested try statements are possible?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Are nested try statements are possible?
Answer
# 1
yes,nested try statements are possible,nothing wrong
try {
//some code
try {
//some code
}
catch(Exception e){
}
}
catch(Exception e) {
}
 
Is This Answer Correct ?    2 Yes 0 No
Venkat.kanneganti
 
  Re: Are nested try statements are possible?
Answer
# 2
yes try with in try is possible.outer try gets evaluated
first then the inner try
 
Is This Answer Correct ?    1 Yes 0 No
Ravikiran(aptech Mumbai)
 
 
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication? Wipro4
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.  2
what is the difference between the "protected and default" modifiers?  4
What is unicode?  1
What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?  2
what is Portal(web based online portal)? AIG1
Can Applet have constructors?  3
what is synchronization  3
Howmany address lines are required to addressing 1 MB memory?  3
Which all r Final classes in java except string?  3
whst is encapsulation?when u encpsulate actually while devoloping code? AMDOC5
What is the difference between Checked and Unchecked exception? Give some examples Ness-Technologies2
Explain about Superclass and Subclass?  4
who was the founder of java HCL8
why java does not support mulitple inheritance directly? TCS2
can anyone explain me the concept of autoboxing?  3
how can i connect to database in a applet ?  1
how to handle exceptions in core applications? CSS2
can we write a program with out a class in core java? Wipro5
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.  1
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com