Answer Posted / guest
Hi...
Abstract class: U cannot instantiate an object of Abstract
class.An abstract class should having atleast one abstract
methoda and it should not final.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
I want to print “hello” even before main is executed. How will you acheive that?
What is listnode in java?
Does java support multiple inheritances?
What is class and object in java?
How a variable is stored in memory?
How many types of operators are there?
What is bufferedwriter?
What is the size of int in 64-bit jvm?
What is difference between throw and throws ?
What is the use of put method?
Differece between class and generic class?
What is the purpose of a transient variable?
What does sizeof return?
How do you print array in java?
Can we convert stringbuffer to string?