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 |
What is the private method modifier?
What is update method called?
What do you understand by overloading and overriding in java?
What is the meaning of immutable regarding string?
Define a package.
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
Which all r Final classes in java except string?
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 Answers Tanla Solutions, Wipro,
Is java ee a framework?
Is java map thread safe?
What is the immediate parent class of the Applet class?
What will happen when using pass by reference in java?