Answer Posted / ravikiran(aptech mumbai)
interface is a pure abstract class and is used to define a
template of methods
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
State differences between C and Java?
What is t type java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Can we execute a program without main?
What is final?
How would you format a date in java? I.e. In the ddmmyyy format?
What is a newline character in java?
Is it possible for a yielded thread to get chance for its execution again?
Explain purpose of sleep() method in java?
When should I use singleton?
What do you understand by copy constructor in java?
What is protected access modifier?
What is data structure in java?
How do you use compareto in java?
What is difference between iterator access and index access?