Why const and goto are reserved keyword in java?



Why const and goto are reserved keyword in java?..

Answer / ravikiran(aptech mumbai)

Because final and continue already satisfies the purpose of
the both

Is This Answer Correct ?    3 Yes 17 No

Post New Answer

More Core Java Interview Questions

Should you use singleton pattern?

0 Answers  


Can we sort arraylist in java?

0 Answers  


What is a class ?

8 Answers  


Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?

5 Answers   Adobe,


What does percent mean in java?

0 Answers  


What is difference between stringbuffer and string?

0 Answers  


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


which method is used to know the status of the Thread?

9 Answers   Honeywell,


give me the answer of this code class A extnds String This code we can write r not in Java? Explain?

4 Answers  


what is difference between signed & unsigned char?

2 Answers  


What do you mean by platform independence of Java?

0 Answers  


my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 Answers  


Categories