30/09/2018, 23:07

Hỏi về khái niệm các java

CHào m.n ạ! E là sv năm 1 học cntt đang bắt đầu học java , Nhưng có nhiều khái niệm về java e chưa hiểu ạ , như J2EE, J2SE, Java Spring… M.n giúp e giải thích những khái niệm này được ko ạ. E lên GG search mà nó khó hiểu quá . EM cảm ơn ạ

Đỗ Trung Quân viết 01:11 ngày 01/10/2018

J2EE, J2SE

Java SE stands for Java standard edition and is normally for developing desktop applications, forms the core/base API.

Java EE stands for Java enterprise edition for applications which run on servers, for example web sites.

Java ME stands for Java micro edition for applications which run on resource constrained devices (small scale devices) like cell phones, for example games.

Java Spring

Spring is the most popular application development framework for enterprise Java. Millions of developers around the world use Spring Framework to create high performing, easily testable, reusable code.

Source

Huu Minh viết 01:10 ngày 01/10/2018

Dạ em cảm ơn . Vậy thì nên theo học loại nào ạ

Lương Quang Mạnh viết 01:13 ngày 01/10/2018

So if I want to develop Android apps, I should choose Java ME, shouldn’t I?

Đỗ Trung Quân viết 01:11 ngày 01/10/2018

So if I want to develop Android apps, I should choose Java ME, shouldn’t I?

Android is not Java ME or Java SE. Android is a different platform and framework but Java is the programming language for the Android SDK. Android isn’t using Java Virtual Machine, it use Dalvik(in Google’s Android operating system). There is also a Android NDK for C/C++.

Lương Quang Mạnh viết 01:17 ngày 01/10/2018

thank you so much

Bài liên quan
0