what do you meant by Platform-Independent in Java?
Answer Posted / 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 |
Post New Answer View All Answers
Differevce between arrays and array builders?
what is the BAM? where we can use it in BizTalk server?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
i am exeprienced person what is selection process
what is the certificates in biztalk?
Can any one give an example (Source Code) on virtual function implemetation in Java?
what is the system development cycle
what are the differences between CONS, LIST, and APPEND
What is the entry point function of a DLL?
Code for display the images from drive using vb 6.0?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
What is the first message line that any language learning prints on the screen? and why?
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
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
Write a program to show polymorphism.