Is java 9 released?


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

Post New Answer

More Core Java Interview Questions

When finalize method is called?

3 Answers  


What is an exception?

6 Answers  


What is difference between pointer and reference?

0 Answers  


What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?

2 Answers  


How Applets & Servlets will communicate with each other?

2 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


What enableEvents() method do?

1 Answers  


What is java’s garbage collected heap?

0 Answers  


What is passed by reference and pass by value ?

0 Answers  


What does the three dot emoji mean?

0 Answers  


Is array an object in java?

0 Answers  


Mention some features of java?

0 Answers  


Categories