How OOPS concept is achieved in Java?
Answer Posted / abhiram patil
1)using Classes & Interfaces
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
Why singleton pattern is better than creating singleton class with static instance?
What is slash r?
What is defined as false sharing in the context of multithreading?
What is hash in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Explain reverse a linked list iterative solution in java?
How do you remove spaces in java?
What are the Main functions of Java?
What is == in java?
What is stringbuffer in java?
What are the different data types in java?
Explain the importance of finally over return statement?
What is thread safe singleton?
What method is used to specify a container's layout in java programming?
Explain thread in java?