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.
It will start with letter or _ or $
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is use of map in java?
What is the purpose of declaring a variable as final?
Can we use string in the switch case?
Wha is the output from system.out.println(“hello”+null); ?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What do you understand by java?
What is a void in java?
How dead lock situation occurs in java and how you can identify it?
What is java util hashmap?
Is void a data type in java?
What is :: operator in java 8?
Does java runtime require a license?
write a program that list all permutations of ABCDEF in which A appears before B?
What is abstraction in java?
What is the size of string?