what do you meant by Platform-Independent in Java?
Answer Posted / durgaprasad
java is platform indepedent because,the file created after compilation ie..EXE file can be run under any OS, which has JVM (java virtual machine)hence java is platform independent, but JVM is platform Dependent.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
< No Frames > tag is used for
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Define Form modules, Class modules and Standard modules
what is difference between object oriented programming structure and object oriented programming system?
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
how CLR identify vb file?
how sap is different from other software ?
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
how can we implement locks in plsql?
Outline the two important features of a terminating recursion. Any ideas?
What is autocall macro and how to create autocall macro? what is the use of it?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
How will you prove that java swing is multithreaded?