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 |
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
What is lambda expression in java?
What is the abstract class?
What is Connection pooling? Explain Pros and Cons?
What is static import?
What is boolean flag in java?
I want to print “hello” even before main is executed. How will you acheive that?
What's the purpose of using break in each case of switch statement?
What is static binding and where it occurs?
how to call one program .class file in another program
What are access modifiers in Java ?
Does java have extension methods?