what do you meant by Platform-Independent in Java?
Answers were Sorted based on User's Feedback
Answer / rohit kumar
Platform independent means the Bytecode generated by javac
can b used to run on any different machine i.e Bytecode is
independent of Operating system .For example if u hav
written n compiled a java prog on Win Xp then u can run the
bytecode on any other os havin jvm like linux,macintosh
that's wat u called platform independence
So ULTIMATELY BYTECODE IS PLATFORM INDEPENDENT..........
Is This Answer Correct ? | 66 Yes | 4 No |
Answer / priya
Because after compiling java programs, it creates .class
file.We can only copy this file to other machine so that
program can be executed.So java is called platform
independant.
Is This Answer Correct ? | 28 Yes | 8 No |
Answer / ramesh
the byte code which is generated after compilation can run
on any proceesor.thats why it is platform independent.
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / kanchan
java is platform independant becouse "write once and run
everywhere" feature is used in java.
Is This Answer Correct ? | 11 Yes | 7 No |
Answer / divyanshi shrivastava
Its a platform independent , have file can be run under any os nd everywhere .which has JVM hence .hence its platform inde. But JVM is platform dependent..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
what is delegats ?
Explain the types of operations? Draw the figure for shift and rotate operations?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
iam confused among testing ,.net and java. can anybody help me.
What is meant by SQL,PL/SQL,SQL PLUS? Is there any differnece between them?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Can we write a method in JSP.If so how?
merge sort time complexity
6 Answers BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,
2.Different data types in C? and its value and range?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
can we retrieve only integer/String type columns from a table,if yes how?