Jump to content

Which platform to work?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
Hello people , I need some suggestion , I have been learning java and have done till polymorphism , I am studying it in my university . I want to know that which platform of java is the mostly used? J2me , j2ee ? cause i want to choose one and then work only in it

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
J2ME is for mobile devices so that wouldn't be the most widely used. J2EE or J2SE is probably the one most often used since it works on desktops (and servers).

#3
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
@Jordan: You'd be surprised, with the marked exception of Verizon phones who use their competitive BREW system for development (wait, that's not true anymore either), J2ME is essentially ubiquitous for cell phone development, and is supported widely on Set-Top boxes and other mobile devices. If anything, I was actually going to say that J2ME's probably got the widest user base, followed shortly by J2EE since that's involved deeply with the internet.

Nearly everyone has access to J2SE, though no one knows it. :P People know they've "downloaded Java" for the internet, but that's really it. So as far as used goes, J2SE I'd say is the least, but it's also the most commonly distributed. J2EE is least commonly distributed since it's only really useful for servers, but it's used by nearly anyone who uses the internet. J2ME is used by anyone who doesn't have a Verizon phone.

However, this comparison is difficult since learning Java means pretty much knowing how to develop with any of these platforms (they are the same language, after all) and they all have enormous user bases.
Wow I changed my sig!

#4
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
...

Edited by ZekeDragon, 21 October 2009 - 07:30 PM.
I hate your website Jordan. XD

Wow I changed my sig!