what is the diffrences between platform independent and
portable
Answers were Sorted based on User's Feedback
Answer / ramanuj kumar
As far as these difference concerns,
portable means : you can take bytecode ( .class file name
)from one machine to another machine & can run & use it for
further purpose.
plateform independance: you can use any operating system for
java.
| Is This Answer Correct ? | 31 Yes | 5 No |
Answer / bharathi
portable means that you can take the sourcecode and compile
it on another platform (or at least make it compile with
only some small changes).
platform independent means that you can take your program
and run it on another platform without any further effort.
| Is This Answer Correct ? | 31 Yes | 10 No |
Answer / saikumar
Platform independent means the any program written on one operating system and its run on other operating system without any changes in the program is called platform independent.
portable means the process of caryying one place to other place is known as portable.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / veeranji
PLATFORM INDEPENDENT:WRITE ONES RUN ANY WHERE(WORA)
PORTABLE:WE CAN EASILY TRANSPORTED ONE SYSTEM TO ANOTHER SYSTEM
| Is This Answer Correct ? | 1 Yes | 4 No |
Can an interface have a class?
What are the two ways to create a thread?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
What is difference between overloading and overriding?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Can we have any code between try and finally blocks?
difference between byte stream class and character stream class?
What is the use of using enum to declare a constant?
What is isa relationship?
What differences exist between iterator and listiterator?
What class is used to implement a Throwable array?
what is meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,