Answer Posted / dipil t t
We can achieve this in java by using Interface conscept.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is a Hash Table? What are the advantages of using a hash table?
Explain the scope or life time of class variables or static variables?
What is scanner in java?
Explain some best practices you would apply while using collection in java?
What is java ceil?
What is a java list?
What is better - 'bit-shift a value' or 'multiply by 2'?
Give an example of use of pointers in java class.
What are accessor methods in java?
What is method in java with example?
Why do we use bufferedreader?
Is sizeof a keyword in java programming?
is there a separate stack for each thread in java? : Java thread
What is constructor chaining and how is it achieved in java?
Can a constructor be protected?