Does java isempty check for null?



Does java isempty check for null?..

Answer / Peeyush Tripathi

No, Java does not have a built-in 'isempty' method that checks for null. To check if an object is null in Java, you can use the '== null' operator.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Does importing a package imports its sub-packages as well in java?

1 Answers  


What is the default value of the local variables?

1 Answers  


How many bytes is a string in java?

1 Answers  


What are the two ways in which thread can be created?

1 Answers  


What state is a thread in when it is executing?

1 Answers  


How to perform bubble sort in java?

1 Answers  


Tell me the difference between an applet and a Japplet?

1 Answers  


What is class forname?

1 Answers  


What are different types of expressions?

1 Answers  


What is static and a non-static inner class?

3 Answers  


What is java object name?

1 Answers  


why to use transient variables when static variables can be used for Serialization

4 Answers  


Categories