What are the main uses of java?
Answer / Deepak Kumar Awasthee
Java has various applications, including web development, mobile app creation (Android), desktop applications, big data processing, and enterprise software.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the list interface?
What is default size of arraylist in java?
Is heap stored in ram?
what is difference between equals and ==?
How does linkedlist work in java?
how to print output with out using sop statements
Can you extend singleton class?
what is multitherading
Why do we use public static with the main function in Java?
13 Answers College School Exams Tests, Infosys,
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
What is difference between adapter class and listener?
What is a locale?