What is oop in java?


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

Post New Answer

More Core Java Interview Questions

Is a boolean variable?

0 Answers  


what is abstract class in Java?

0 Answers   Hexaware, Syntel,


What java is used for?

0 Answers  


Why is a singleton bad?

0 Answers  


What are the principle concepts of oops?

0 Answers  






Explain runtime exceptions?

0 Answers  


What is meant by method?

0 Answers  


How many types of assembly languages are there?

0 Answers  


What are the main differences between notify and notifyAll 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  


What is gc()?

0 Answers  


What is the difference between java and .Net?

39 Answers   Bosch,


Categories