What is bool mean?
Answer / Dhiresh Kumar
"bool is a short form of boolean, a data type in Java that can have two values: true or false"
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of packages are there in Java?
what is nested class in java?
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
what Data encapsulation in java?
what is check p object in java
What is variable and constant explain with example?
What is the difference between a public and a non-public class?
What are the differences between forwarding () method and sendredirect() methods?
What is the point of polymorphism java?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
Does sprintf allocate memory?
What is difference between string and new string?