What is a instance variable?


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 jjs in java8?

0 Answers  


Why declare Main() method as a static in java ?

0 Answers   HCL,


What is finalize() function in java?

0 Answers  


Can inner class final?

0 Answers  


What are data types in oop?

0 Answers  






Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?

8 Answers   Nokia,


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is finalize()? Is finalize() similar to a destructor?

0 Answers  


What is meant by the value of a variable?

0 Answers  


What is integer parseint?

0 Answers  


how to execute main()

4 Answers   Symphony, TCS,


How do you test a method for an exception using junit?

0 Answers  


Categories