What is the minimum and maximum length of an identifier?
Answer Posted / jai
From a language specification perspective, there is no
limit. From a class file perspective, there is a 64K byte
limit to names. For ASCII identifiers, that would be 65535.
For identifiers beyond the ASCII range, that could be
considerably less, as they are stored in Unicode Transfer
Format (UTF), taking up from 2-3 bytes / character.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is local variable and instance variable?
What is the final class?
What must a class do to implement an interface in java programming?
What is a ?
Is java ee a framework?
Explain about interrupt() method of thread class ?
What is a qms manual?
Does constructor creates the object ?
How does the java compiler work?
What do you understand by casting in java language?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Is java still relevant?
What are the default and parameterized constructors?
When is finally block not called?
What checkbox method allows you to tell if a checkbox is checked?