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 |
Should you use singleton pattern?
Can we sort arraylist in java?
What is a class ?
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?
What does percent mean in java?
What is difference between stringbuffer and string?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
which method is used to know the status of the Thread?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
what is difference between signed & unsigned char?
What do you mean by platform independence of Java?
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??