filmov
tv
Java new Batch - Class 2 - Introduction to Java
Показать описание
You can learn Java with me as the Java Programming language is being made easily. It would take a period of minimum three months and maximum 6 months to master Java. I would recommend you to watch all my videos to crack any software interviews that would require Java Programming language as a primary skill.
Class 2:
========
1. Java History
2. Difference between Java and others(C ,C++)
3. Java Features
4. Java Naming Conventions
5. Java Programming Format
1. Java History:
=================
1. JDK 1.0 was released on January 23, 1996. After the first release of Java, there have been many additional features added to the language. Now Java is being used in Windows applications, Web applications, enterprise applications, mobile applications, cards, etc. Each new version adds new features in Java.1996, Jan 23rd. (JDK1.0)
2. 1991: Java was originally conceived by James Gosling and Patrick Naughton at Sun Microsystems. The project was initially called Oak and was designed as part of the Green Project with the goal of creating software for interactive television. However, it was later recognized that the technology had broader applications.
3. While Developing the project, they were told to develop a new programming language that is going to address the following requirements.
1. Simple Programming Language:-
=============================
- Less Execution Time:-
It is going to be high in the performance
- Less Memory
The cost is going to be less.
- Less Power Consumption
When the software system is interacting more with the hardware device, usually, there will be more power consumption. So, ideally, the effective software must consume less power.
2. Tightly Coded Programming language:-
==================================
-If any PL takes more number of lines to achieve something, it is called as loosely coded Programming Language.
ex C or C++ programming
ex :- Stack operation - (C or C++ programming)
-To achieve Push operation, at least 50 lines of code is required.
-To achieve Pop operation, at least 50 lines of code is required.
-To achieve Peek operation, at least 50 lines of code is required.
If any PL takes more less of lines to achieve something, it is called as tightly coded Programming Language.
ex :- Java
Stack S=new Stack();
Only 4 number of lines of code is required by using Java.
3. Architectural Neutral:-
========================
- When a PL is independent of Hardware and software specifications and enhancements, it is called as Architectural Neutral Programming Language.
Class 2:
========
1. Java History
2. Difference between Java and others(C ,C++)
3. Java Features
4. Java Naming Conventions
5. Java Programming Format
1. Java History:
=================
1. JDK 1.0 was released on January 23, 1996. After the first release of Java, there have been many additional features added to the language. Now Java is being used in Windows applications, Web applications, enterprise applications, mobile applications, cards, etc. Each new version adds new features in Java.1996, Jan 23rd. (JDK1.0)
2. 1991: Java was originally conceived by James Gosling and Patrick Naughton at Sun Microsystems. The project was initially called Oak and was designed as part of the Green Project with the goal of creating software for interactive television. However, it was later recognized that the technology had broader applications.
3. While Developing the project, they were told to develop a new programming language that is going to address the following requirements.
1. Simple Programming Language:-
=============================
- Less Execution Time:-
It is going to be high in the performance
- Less Memory
The cost is going to be less.
- Less Power Consumption
When the software system is interacting more with the hardware device, usually, there will be more power consumption. So, ideally, the effective software must consume less power.
2. Tightly Coded Programming language:-
==================================
-If any PL takes more number of lines to achieve something, it is called as loosely coded Programming Language.
ex C or C++ programming
ex :- Stack operation - (C or C++ programming)
-To achieve Push operation, at least 50 lines of code is required.
-To achieve Pop operation, at least 50 lines of code is required.
-To achieve Peek operation, at least 50 lines of code is required.
If any PL takes more less of lines to achieve something, it is called as tightly coded Programming Language.
ex :- Java
Stack S=new Stack();
Only 4 number of lines of code is required by using Java.
3. Architectural Neutral:-
========================
- When a PL is independent of Hardware and software specifications and enhancements, it is called as Architectural Neutral Programming Language.
Комментарии