Asked in Java Programming
Java Programming
J2me apis and j2se apis?
Answer

Wiki User
May 05, 2010 7:36AM
You can find the Java APIs at Sun's website. See related links.
Related Questions
Asked in Java Programming
What are some J2SE APIs?
Asked in .NET Programming
Which field has more opportunities j2me or dot net?

dot net for sure.
dotnet is an overall term for C#, VB.Net, C++, J#, ASP.Net, etc.
The applications are from web applications down to compact
framework. The compact framework (run on Window CE) is the
equivalent of J2ME (run on some PDAs only).
But if J2SE or J2EE, it would be a wash.
If you compare the job opportunities in Canada (the .net) to
that of Chicago (the J2ME)... but if you compare Toronto (Window
CE) and Chicago (J2ME)...
Asked in Java Programming
Is java is front end or back end?

Hi,
Actually Microsoft people segregate java into 3 parts
i.e;J2SE,J2EE,J2ME
by using these technologies we can develop applications now
question is is java frontend or backend.?
we can utilize java as front end and backend how in the sense by
using J2SE(jdk1.5 and applets) we can develop applications
Asked in Java Programming, The Difference Between
What is the Difference Between J2EE and J2ME?

J2EE: Java 2 Platform Enterprise Edition is basically
used for web-based applications or network-based applications.
J2ME: Java 2 Platform Micro Edition version is used for
small mobile devices, is a subset of J2SE.
J2EE stands for Java 2 enterprise edition for
applications which run on servers, for example web sites.
J2ME stands for Java 2 micro edition for applications
which run on resource constrained devices (small scale devices)
like cell phones, for example games.
Asked in Java Programming
What is J2Se runtime?
Asked in Computer Programming
What is J2ME Programming?

J2ME
programming Answer
J2ME (Java 2 Micro Edition) is a family of APIs that specify
application platforms that are typically implemented by embedded or
handheld devices. Handheld devices include PDAs (Personal Digital
Assistants) and high-end mobile phones. These platforms are
typically limited in memory capacity and I/O capabilities, although
they do have the ability to transfer data over low bandwidth,
intermittent wireless connections.
Jave 2 Micro Edition covers a wide range of devices from pagers
and mobile telephone through set-top boxes and car navigation
systems. The J2ME world is divided into configurations and
profiles, specifications that describe a Java environment for a
specific class of device.