What are abstract classes and anonymous classes?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the role played by Java Virtual Machine in Java Programming?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is the point of java?
how to print output with out using sop statements
What is bubble sort in java?
Is array size fixed in java?
What is a variable declaration?
What is substring in java?
As a developer what steps do you take to improve the performance?
What is defined as false sharing in the context of multithreading?
What is the byte order of byte buffer?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible