What is the minimum and maximum length of an identifier?
Answer Posted / manu
There is no limit to the length of an identifier in Java.
It will start with letter or _ or $
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is the default value of the local variables?
What is int short for?
What is numeric data type?
What is method overriding in java ?
What is a prefix function.write down a code to compute prefix function.
What are variable arguments or varargs?
What does the “static” keyword mean? Can you override private or static method in java?
What is a treemap in java?
Can we override the static methods?
Can a constructor be private and how are this() and super() method used with constructor?
List any five features of java?
Why does java not support pointers?
What is multiple inheritance? Is it supported by java?
What is an off by one error in java?