Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Java Platform, Micro Edition (Java ME) provides 

a robust, flexible environment for


applications running on embedded and mobile devices in the Internet of Things: micro-
controllers, sensors, gateways, mobile phones, personal digital assistants (PDAs), TV set-top
boxes, printers and more.

Java EE is a structured application with a separate client, business, and Enterprise layers. It is
mostly used to develop APIs for Desktop Applications like antivirus software, game, etc. It
is mainly used for developing web applications.
Java Platform, Standard Edition (Java SE) is a computing platform for development and
deployment of portable code for desktop and server environments. Java SE was formerly
known as Java 2 Platform, Standard Edition (J2SE).

Gradle is the name of the build automation type tool, which is available as open-source software and is
used for creating different types of software. The Gradle tool’s software is of high performance and can
be extended and supports various types of IDE. Maven is the name of the project management tool,
which helps programmers develop any type of software in the tool’s lifecycle. The Maven tool helps to
make the project simple, and the project can be standardized by using this comprehensive Maven tool.

What is Android DDMS?

(Dalvik Debug Monitor Server) A debugging tool from the Android software development kit (SDK). Able
to monitor operations in the emulator as well as real devices, DDMS reports the details of each
processing thread and time spent whether in the app or Android OS.

You might also like