What are different types of constants?


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

Post New Answer

More Core Java Interview Questions

How can we get one Interface methods whit out using implementation of interface

1 Answers   Oracle,


What is nested top-level class?

0 Answers  


Can you inherit from an abstract class java?

0 Answers  


what is the difference between equals method and ==

17 Answers   IBM, Professional Access, TCS,


How to use string tokenizer class.

0 Answers  






What is an eror in java?

0 Answers  


Explain the difference between hashmap and hashtable in java?

0 Answers  


What are java packages? What's the significance of packages?

0 Answers  


If goto and const is reserve words than why it is not work in java?

0 Answers  


What happens if main method is not static?

0 Answers  


does core java and j2se both are same?

5 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


Categories