C and C++ are platform dependent programming languages, but, JAVA is platform Independent Programin

preview_player
Показать описание
This Video explains Core Java - C and C++ are platform dependent programming languages, but, JAVA is platform Independent Programing language. Training Tutorial delivered by our Trainer Nagoor Babu.

DURGASOFT is INDIA's No.1 Software Training Center

Trainer Name : Mr.Nagoor Babu
Course : Advance Java
Topic : C and C++ are platform dependent programming languages, but, JAVA is platform Independent Programing language
Methods of Training : Inclass, Online, Video based training

Location : 2nd Floor, Canara Bank Building, S.R Nagar, Hyderabad-500032
Contact Phone : +91-8885252627,+91-7207212428,+91-7207212427, (US)+1-(443) 332-6786

Other Courses We Offered :
JAVA, OCJP/SCJP, .NET , ANDROID, HADOOP, TESTING TOOLS , ADF, INFORMATICA, TABLEAU, IPHONE, OBIEE, ANJULAR JS, SAP,etc.

Enjoy and stay connected with us!!

© 2016 Durga Software Solutions Pvt Ltd.
Рекомендации по теме
Комментарии
Автор

Great Teacher Great Concept Kindly upload each Video per day if possible Thank you DurgaSoft wish you Successful Life Ever

Trending_update
Автор

Sir if we compile c program in Mac operating system then after compilation .dmg file will appear or .exe file will appear?

karanpaul
Автор

But sir most of the game development company uses the c++ for game development. so how these games run on multiple OS like window OS, Android OS, Mac OSX and IOS and Linux .Like unreal engine uses the c++ for game development but how this game run on multiple OS.

rishabhrawat
Автор

In Java, the source program is first compiled that generates BYTE CODE which is common for all platform. The Byte code is given to JVM (Interpreter) each platform has its own JVM. which converts byte code into machine language that can be understood by the particular machine only. Once the machine having JVM it can run any java program. In C, C++ the source program directly compiled into machine code, which is platform dependent.

bandaruyeswanth
Автор

hello sir, I'm interesting to learn c, c++ and Java programmes but my education background is commerce, now studying MBA. i heard this course only for be and science students, is this true??i have following doubts. whoever want learn this course??. can I learn?? if i learnt this course., would I get job in future on the basis of this course also?? because I have interested to go for IT sector that's why I told that above questions. please give suggestions for above questions. kindly request please reply me sir. thank you.

dineshaa
Автор

Do you meant to say that if I write a program in ISO C & C++ for windows, I cannot use that same program in linux? What do we mean by portability feature of C & C++?

Please describe clearly or else don't propagate incorrect loosely described concepts. The ISO C & C++ programming languages as such ____are not platform and the platform dependency is only for the compiled/translated C & C++ program binaries but not the ISO C & C++ code itself.

This is also true for Java because even the Java byte code still needs to be translated/interpreted and finally needs to be executed on a processor otherwise it should be possible to run any java program binary on any machine without any java interpreter etc support on that which is not possible.

venkatnvr