Answer Posted / ravikiran(aptech mumbai)
public+abstract for methods
public+abstract for interface declaration
public+static+final for the interface declaration variable
| Is This Answer Correct ? | 32 Yes | 5 No |
Post New Answer View All Answers
What is a prefix function.write down a code to compute prefix function.
Write a program to find the greatest of three numbers in java?
Explain java heap space and garbage collection?
What is multithreading in java?
What are different types of encoding?
Why is stringbuffer thread safe?
Explain reverse a linked list recursive java solution?
What is the difference between an inner class and a sub-class?
Tell me are there implementations for sorting and searching in the java libarary?
What are the advantages of arraylist over arrays?
Write a java program to check if a number is prime or not?
What are the differences between processes and threads?
What is the difference between final, finally and finalize() in java?
What does string mean in java?
Write an algorithm for quick sort?