What is runtime locatable code?


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

Post New Answer

More Core Java Interview Questions

When is the arraystoreexception thrown?

0 Answers  


What are the limitations for static method?

3 Answers   Greenwood,


Can a constructor be private and how are this() and super() method used with constructor?

0 Answers   Flextronics, Hexaware,


explain the classification of exception and hoew to handle the exceptions

2 Answers  


What is an argument in java?

0 Answers  






How do you declare an array that will hold more than 64KB of data?

0 Answers   Aspire, Infogain,


Are there structures in java?

0 Answers  


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  


How do you use parseint in java?

0 Answers  


What is the diffrence between inner class and nested class?

0 Answers  


Can we inherit a class with private constructor?

0 Answers  


What is the dot operator?

0 Answers  


Categories