How can we make a class virtual?


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

Post New Answer

More Core Java Interview Questions

Difference between object and reference?

0 Answers  


What is meant by JVM ?

6 Answers  


What is the exact difference in between Unicast and Multicast object ?

4 Answers   Accenture,


Can we define a package statement after the import statement in java?

0 Answers  


What are the escape sequences in java?

0 Answers  






What is length in java?

0 Answers  


What is the diff. b/w Interfaces & Abstract class?

6 Answers   Ericsson,


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

0 Answers  


How does a for loop work java?

0 Answers  


What is a super class and how super class be called?

3 Answers  


How can you take string into InputStream?

3 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  


Categories