Java New Batch - Introduction to Java

preview_player
Показать описание
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.

Java Introduction:-
===================
Core Java - Wrong way of addressing Java J2SE
Advanced - Java Wrong way of addressing Java J2EE
J2EE - Wrong way of addressing Java J2ME

Oracle corporation documentation :-
==================================
1. J2SE / Java SE:-
==================
- J2SE is an acronym for Java 2 Standard Edition/ Java Standard Edition (Core Java)
- J2SE is going to cover all the java fundamentals of Java Programming Language.
- You can develop standalone applications.

What is the Standalone application?
As the name suggests, a "Java standalone Application" is an application that stands on it own. In order words, it does not require any other resources for its execution. It does not require any other resources for its execution. It always runs on local machine.

- In the IT Market, there is only the 5 percent demand for developing the standalone application.
- J2SE has 1000 percent dependencies to learn other technologies.
You can become the back end developer.
- It is also dependent technologies for J2EE, Hadoop, Spring, Hibernate, Spring Boot.......

2. J2EE / Java EE:-
==================
- It is an acronym for Java 2 Enterprise Edition/ Java Enterprise Edition. (Advanced Java)
- Server Side Programming
- You can develop distributed applications or Enterprise Application.
- If we design and execute any application on the basis of client- Server Architecture or if the business logic is getting distributed to Multiple Systems , it is called as distributed applications or Enterprise Applications.
- with J2EE, we can develop 95 % of the applications

3. J2ME/ Java ME
================
- Java 2 Micro Edition / Java Micro Edition
- Micro Programming
- If we design any application on the basis of Mobile H/W system , we call this application as Mobile Based application. Java 2 Micro Edition
Рекомендации по теме