Can we declare a class as abstract without having any abstract method?
No Answer is Posted For this Question
Be the First to Post Answer
What is mean by exception?
what is sendredirect?
what is anonymous class in java?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?
What modifiers are used with an inner class which is a member of an outerclass?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is difference between “==” and equals()?
What is the reason behind using constructors and destructors?
What is meant by polymorphism?
is there any function in java to make the text to blink?
Can we write multiple catch blocks under single try block?
why java does not contain pointers?