What is the minimum and maximum length of an identifier?
Answer Posted / prayothana
There is no length
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
which pattern is default in scanner package?
What is data type example?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is difference between static and final?
Explain the difference between abstraction and encapsulation.
Difference between throw and throws?
How arrays are stored in memory in java?
What is oops in java?
Why string is a class?
If a class is declared without any access modifiers, where can the class be accessed?
What is bytecode in java ?
Is null an object in java?
how would you implement a thread pool? : Java thread
Can you access the private method from outside the class?
What are the Static and Dynamic Variables? Differentiate them.