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
Can we force garbage collector to run ?
How do you find the maximum number from an array without comparing and sorting?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
How do you invoke a method?
Is java a security risk?
Which package has light weight components in java programming?
What is a class variable?
Which is better arraylist or vector?
What does isempty () do in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Is oracle charging for java?
Write a program to print 15 random numbers using foreach of java 8?
Can you extend singleton class?
Why are global variables used?
What are 3 data types?