Answer Posted / nashiinformaticssolutions
An empty interface in Java is referred to as a Marker interface. Serializable and Cloneable are some famous examples of Marker Interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are three advantages of using functions?
How do you check if a character in a string is a digit or letter?
Which is easier netbeans or eclipse?
Can an arraylist be empty?
In java, how we can disallow serialization of variables?
What is the benefit of singleton pattern?
Can we create object of inner class in java?
What is the main use of generics in java?
What does substring mean?
What's the difference between int and integer in java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What do heavy weight components mean in java programming?
Is java a software?