What is the default initialized value of a boolean type
variable?
Answer Posted / guest
false
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which variable is the independent variable?
Wha is the output from system.out.println(“hello”+null); ?
What all methods are used to prevent thread execution ?
What is a substring of a string?
Does collectionutils isempty check for null?
Is void a data type in java?
What is threaded programming and when is it used? : Java thread
Explain about varargs in java?
Is string a class?
Does java support function overloading, pointers, structures, unions or linked lists?
What is the largest long allowed by java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Can java run on google chrome?
What is stringjoiner ?
Can we create our own daemon thread?