What is the minimum and maximum length of an identifier?
Answer Posted / guest
1-32
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Explain when noclassdeffounderror will be raised ?
Explain parallel processing in java8?
Can we define private and protected modifiers for variables in interfaces?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is the difference between a factory and abstract factory pattern?
Explain yield() method in thread class ?
What is a vararg?
If you do not want your class to be inherited by any other class. What would you do?
what do you mean by marker interface in java?
Difference between string s= new string (); and string s = "abv";?
Why do we need data structure in java?
Difference between object instantiation and construction ?
What is difference between java and java ee?
What is super?
Why spring singleton is not thread safe?