Dear Students, Plz post all your queries,difficulties,suggestions Regarding OOP(Java) here.
abcd
12/19/2011 07:12:05 pm

What is platform independence ?

Reply
nandish
12/27/2011 12:09:45 am

mainly any program converts h.l to c(interpretor)(object code-which is os dependent)to l.l.
it depends on their os.
but in java-interpreter(byte code)-which can be used in any where...thats why we call java is a platform independent.

Reply
Devisri
1/6/2012 12:02:36 pm

Platform independent means the execution of the program is not restricted by the type of os environment provided...thereby, make it possible to process the program at any type of environement available.

Java is a platform independent language becoz of the bytecode magic of java. In java, when we execute the source code...it generates the .class file comprising the bytecodes. Bytecodes are easily interpreted by JVM which is available with every type of OS we install.

Whereas C and C++ are complied languages which makes them platform dependent. The source code written in C / C++ gets transformed into an object code which is machine and OS dependent. That's the reason why C and C++ languages are termed as Platform Dependent.

Reply
sindhu
1/30/2013 10:48:35 pm

can u help with dining philosopher problem in c

Reply
Devisri.N
1/6/2012 11:05:47 am

Sir i have installed java through jdk for windows7 ultimate .
please let me know how to set path in command prompt.

Reply
OOP Faculty
1/11/2012 12:40:54 pm

open cmd prompt and type
>set path=c:\Program Files\Jdk 1.6\bin press enter

path should be assigned with folder where java is installed

Reply
OOP Faculty
1/11/2012 12:37:16 pm

Iam glad with your answers.....I would be more pleased if you were written the answer in your own words based on what you understood from my classes or through what you learned from other sources ,Instead of a copy paste answer from else where.

Reply
Nasir
2/15/2012 11:21:22 pm

sir, i under stand ur lessons on that day but after i see my notes i couldn't understand sir because i am coming from telugu medium some words are i could not understand sir please understand sir
next mid i prepare well .

Reply
nasir
2/15/2012 11:27:36 pm

sir u teach very fastly please teach slowly

Reply
N
2/21/2012 07:37:17 pm

What is pusose of sleep?

Reply
nasir
7/30/2012 10:07:20 pm

sir i want the os lab programs sir

Reply



Leave a Reply.

    Author

    Write something about yourself. No need to be fancy, just an overview.

    Archives

    December 2011

    Categories

    All