Answer Posted / george
"null" is a reserved keyword similar to "true" and "false"
we can use null to initialize string..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is string is a data type in java?
What is the difference between && and & in java?
Can a class declared as private be accessed outside it’s package?
How many arguments can a method have java?
What is application tier?
Explain access specifiers?
Can Exception handling we can handle multiple catch blocks?
What is the difference between static (class) method and instance method?
What is difference between == equals () and compareto () method?
Can we clone singleton class in java?
Why java is considered dynamic?
How can an exception be thrown manually by a programmer?
What is the difference between arraylist and hashset in java?
What is pre increment and post increment in java?
What is logical variable?