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.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What environment variables are required to be set on a machine in order to run Java programs?
Why webdriver is an interface?
Is static a singleton?
What is nextint java?
Is an array a vector?
What is bigger kb or mb?
java Technical questions asked by JPMC
What does isempty () do in java?
State one difference between a template class and class template.
How does regex work?
What is ternary operator?
What is map java?
State some situations where exceptions may arise in java?
How will you reverse a link list without using recursion?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread