When will you define a method as static in Java?
No Answer is Posted For this Question
Be the First to Post Answer
what do you understand by the term string with respect to java?
we cannot create an object of interface but we can create a variable of it
Can the garbage collection be forced by any means?
Explain about fail fast iterators in java?
What is a super method?
What are white spaces in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Is math an abstract class in java?
What is Session and cookies?Explain in detail with an example?
What is Java Annotations?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
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