what do you meant by Platform-Independent in Java?
Answer Posted / 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 |
Post New Answer View All Answers
Write a program to find duplicate number from array in minimum time complexity.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
How to know we are in home page of a web application using QTP
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
EXPLAIN UNARY OPEARATORS
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
< No Frames > tag is used for
what is the BAM? where we can use it in BizTalk server?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
how to convert infix expression to prefix expression?
What is the first message line that any language learning prints on the screen? and why?
Can any one give an example (Source Code) on virtual function implemetation in Java?
how do i add a column dynamically in a table by using java application?