What do you know about java?
Answer / Vijay Kumar Yadav
Java is a high-level, object-oriented programming language developed by Sun Microsystems (now owned by Oracle). It is widely used for developing desktop and mobile applications, web apps, games, and enterprise software due to its platform independence, security, and robustness.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we define package statement after import statement in java?
why using interface interface ?
why static class in java or what is use of static class in java
What is the main functionality of the remote reference layer?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is the default initialized value of a boolean type variable?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
Howmany classes that package java.applet.* contains?
Variable of the boolean type is automatically initialized as?
What is the memory leak in java?
What loop means?
What is a singleton class in Java?