filmov
tv
Introduction to Java Prgramming Language (Java for Beginners)

Показать описание
What is programming?
Programming is nothing but chatting with a Computer System with the help of a translator. This translator is analogous to the programming languages. We need this translator because the Computer System does not understand our language, rather it understands the binary codes (i.e. 0 or 1). So, in simple words, we do programming or write code just to communicate with the Computer System. Technically speaking, Programming is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. Here as of now, we will be connecting with this definition via a very strong programming language, the Java.
Which language is
• Derived from C,
• a Compiled and Interpreted Language,
• a Purely Structured Language ??
Yes, it is JAVA.
Various features of Java-
• an Object Oriented Programming Language
• Robust - doesn’t break easily due to Exception Handling
• Architecture Neutral - Platform Independency
• Secure - ByteCode verifier
• Portable - Easy to install
• High Performance - Dynamic Memory Allocation
• Multi-Threaded
• Interpreted Language
************COMING UP – INSTALLATION OF JDK(Java Development Kit)********
************************************************************
Programming is nothing but chatting with a Computer System with the help of a translator. This translator is analogous to the programming languages. We need this translator because the Computer System does not understand our language, rather it understands the binary codes (i.e. 0 or 1). So, in simple words, we do programming or write code just to communicate with the Computer System. Technically speaking, Programming is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. Here as of now, we will be connecting with this definition via a very strong programming language, the Java.
Which language is
• Derived from C,
• a Compiled and Interpreted Language,
• a Purely Structured Language ??
Yes, it is JAVA.
Various features of Java-
• an Object Oriented Programming Language
• Robust - doesn’t break easily due to Exception Handling
• Architecture Neutral - Platform Independency
• Secure - ByteCode verifier
• Portable - Easy to install
• High Performance - Dynamic Memory Allocation
• Multi-Threaded
• Interpreted Language
************COMING UP – INSTALLATION OF JDK(Java Development Kit)********
************************************************************