#6 | Java Beginners Tutorial in Tamil | Internal Working or Execution of Java Program in Tamil
Java Beginners Tutorial in Tamil | Internal Working or Execution of Java Program in Tamil.....
Step 1: Writing the code in NetBeans IDE. As you can see in the diagram step 1 is to actually type the code. In this image above you can see we have our code file as abc.java
Step 2: Once you have written the code you save itand click Run (if you are using Netbeans IDE otherwise you compile the code in the command prompt by using the command javac abc.java). This invokes the Java Compiler. The compiler checks the code for syntax errors and any other compile time errors and if no error is found the compiler converts the java code into an intermediate code(abc.class file) known as bytecode. This intermediate code is platform independent (you can take this bytecode from a machine running windows and use it in any other machine running Linux or MacOS etc). Also this bytecode is an intermediate code, hence it is only understandable by the JVM and not the user or even the hardware /OS layer.
Step 3: This is the start of the Run Time phase, where the bytecode is loaded into the JVM by the class loader(another inbuilt program inside the JVM).
Step 4: Now the bytecode verifier(an inbuilt program inside the JVM) checks the bytecode for its integrity and if not issues are found passes it to the interpreter.
Step 5: Since java is both compiled and interpretted language, now the interpreter inside the JVM converts each line of the bytecode into executable machine code and passed it to the OS/Hardware i.e. the CPU to execute.
c tutorial link - https://www.youtube.com/watch?v=SBmWfZm5WAM&list=PLIFRUdRwOM0-Zun8gJWuFE0z-jg_f8X9u
oops link - https://www.youtube.com/watch?v=IdetKDDeBLw&list=PLIFRUdRwOM09r6Z6D3KJC1UV9ooeG4lHf
html5 link - https://www.youtube.com/watch?v=ewAlCOUSTbk&list=PLIFRUdRwOM09ZtetIgTs--5SBObWHOhzL
css3 link - https://www.youtube.com/watch?v=O7fK_4nfu1A&list=PLIFRUdRwOM0-PF6p9_OVct3Jl98ytQ9qX
javascript link - https://www.youtube.com/watch?v=O7fK_4nfu1A&list=PLIFRUdRwOM0-PF6p9_OVct3Jl98ytQ9qX
python link https://www.youtube.com/watch?v=PrLRGf4Hqqc&list=PLIFRUdRwOM0_hcLruKbsHWnU5P2uLBgsp
c tricks - https://www.youtube.com/watch?v=24OCcGMQtmI&list=PLIFRUdRwOM0-z6dj62XRAMgU84eowlfE9
c interview questions - https://www.youtube.com/watch?v=spiJxQxFB90&list=PLIFRUdRwOM0-Kk5hgepcqj7MosAhLa2Ve
sample program - https://www.youtube.com/watch?v=hyTtKMWbWg0&list=PLIFRUdRwOM09CwYBWWbQaeBG87Dh79GVA
c++ program - https://www.youtube.com/watch?v=wZDEXFoFieI&list=PLIFRUdRwOM0_vSrCvZkmLCCGR0rUXCZ7m
vb6 tutorial - https://www.youtube.com/playlist?list=PLIFRUdRwOM0-TvOqhFfk33LSqaIVBltIl
__
like our face book page..
https://www.facebook.com/SANTRATECHSPOT
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
https://www.facebook.com/santra.techspot.5
---------------------------------------------------------------------------------
#santratechspot
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «#6 | Java Beginners Tutorial in Tamil | Internal Working or Execution of Java Program in Tamil», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.