How the java is platform independent?
Answer / mary kamal
java is platform independent,because Java Varchual mechaine which converts the data into bytes which is understandabl by every operating system,c and c++ compilers converts the data into machine understandable languages with respective operating systems so hence it is platform dependent ...and java is a platform independent
| Is This Answer Correct ? | 10 Yes | 1 No |
Can a method be static and synchronized?
What is java lang exceptionininitializererror?
What is a static method?
Why do we only use the main method to start a program?
What is meant by code profiling?
What is stateless class in java?
How to implement Hash Map?
What do you understand by a variable?
What is war file in java?
For each of the following program segments,give a big zero analysis for the running time 1.For (i=0;i<m;i++) { // } 2.For (j=0;j<i;j++)
0 Answers St. Pauls University,
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
Is java built on c?