What is JAVA? Why it is platform independent?
Answer Posted / poorna chandar rao.yerrabothu
java is platform independent because when after compile the
java source code it generate the byte code for jvm. it is
execute the byte code instruction for the particular
operating system. this byte code instruction execute the any
operating system it produce the same result thats why java
is platform independent
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is default locale java?
What is a local class in java?
What is cr keyboard?
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?
What is boolean strategy?
Can you have two constructors in java?
What is a prefix function.write down a code to compute prefix function.
Can you declare an interface method static?
Differentiate between vector and array list.
What are the types of exceptions?
Explain wrapper classes in java?
What is method in java with example?
What is an arraylist in java?
What is finalize()? Is finalize() similar to a destructor?
What is the static method?