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
What happens if a constructor is declared private?
Why pass by reference is not possible in java?
How variables are declared?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
Are arrays dynamic in java?
What's the access scope of protected access specifier?
What exceptions occur during serialization?
Is java hard to learn?
What are the advantages of functions?
What is the preferred size of a component in java programming?
What is byte code and why is it important to java’s use for internet programming?
Explain public static void main(string args[]).
What is java’s garbage collected heap?
Can we use return in constructor?
Where to store local variables?