What is the diff. b/w Interfaces & Abstract class?
Answer Posted / paletipatisrinu
interface contain purely undefined methods but abstract
class contain purely defined methods and undefined methods.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How thread scheduler schedule the task?
What is identifier with example?
What is an array in java?
What are pass by reference and pass by value?
What is static keyword?
What is the difference between char and char *?
How do you write a conditional statement?
Is call by reference possible in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
why are there separate wait and sleep methods? : Java thread
Should a main method be compulsorily declared in all java classes?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is java instanceof operator?
What do you mean by multithreaded program?
How do you sort arraylist in descending order?