What is java used for on a computer?
Answer / Sourabh Sharma
Java is a high-level programming language used to develop various applications, such as Android apps, web applications, desktop apps, and games.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
Define Wrapper Classes in Java.
What is the use of StringTokenizer class?
What is singleton service?
What is jee6?
what is the use of clone() in real time scenario?
How many bytes is 255 characters?
What is application tier?
What if constructor is protected in java?
What is java lang string?
Explain about interthread communication and how it takes place in java?
Can we create an object of private class?