Answer Posted / nashiinformaticssolutions
One of the most well-known and widely used programming languages is Java. It is a programming language that is independent of platforms. Java doesn't demand that the complete programme be rewritten for every possible platform. The Java Virtual Machine and Java Bytecode are used to support platform independence. Any JVM operating system can run this platform-neutral byte code. The application is run after JVM translates the byte code into machine code. Because Java programmes can operate on numerous systems without having to be individually rewritten for each platform, the language is referred to as "Write Once, Run Anywhere" (WORA).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention the default values of all the elements of an array defined as an instance variable.
What is the difference between comparison done by equals method and == operator?
What is memory leak and how does java handle it?
what are synchronized methods and synchronized statements? : Java thread
What is the difference between the paint() and repaint() methods?
What is function and its uses?
Write a java program to generate fibonacci series ?
What is class forname?
What makes a function well defined?
What is the difference between replace and replace all?
Which sorting is used in arrays sort in java?
Explain the difference between static and dynamic binding in java?
Explain the difference between map and flatmap stream operation?
What are the major advantages of internal iteration over external iteration?
Objects or references which of them gets garbage collected?