Explain scope or life time of local variables in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What do you mean by default constructor in java?

0 Answers  


What are exception handling keywords in java?

0 Answers  


Can a class have multiple subclasses?

0 Answers  


Explain 5 features introduced in jdk 1.7?

0 Answers  


Why stringbuilder is not thread safe in java?

0 Answers  






What Is Query Throttling in java?

0 Answers   HCL,


What is meant by Servelet? What are the parameters of service method?

2 Answers  


what is meant by package in java?

5 Answers  


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


Are arrays passed by reference in java?

0 Answers  


What is the purpose of garbage collection in java? When is it used?

0 Answers  


Categories