What are the Abstract Classes provided by Java?
Answer Posted / pj
java.lang.Number
java.awt.PrintGraphics
java.awt.Graphics
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain a situation where finally block will not be executed?
What does the “static” keyword mean? Can you override private or static method in java?
What is return type in java?
describe method overloading
What is regex in java?
What is time complexity algorithm?
Can we create our own wrapper class in java?
What's the difference between comparison done by equals method and == operator?
Why main method is static in java?
What do you understand by copy constructor in java?
Is string a wrapper class?
What about interrupt() method of thread class ?
What are the data types supported by java?
What java ide should I use?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread