• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

J2ME - important Apis

 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i m studying for scja and i would like to know what you think that the basic apis of j2me are?
I already read some books...
thanks
arno
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Arno, I took the SCJA and it was a shot to the ground, I could send you my material if you want...
Marx
 
Arno Reper
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks a lot,
here is my email :
rprarnaud@gmail.com

arno
 
Ranch Hand
Posts: 75
Android Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

I'm planning to take the SCJA myself, but I need the important J2ME APIs...

so please Marx, can you send me your files on my email

helwanif@gmail.com

thank you in advance
[ July 18, 2006: Message edited by: fahd helwani ]
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Marx,

I am planning to write SCJA, would you please send me ur study material to bchandrakanth@gmail.com

Thanks,
Chandrakanth Belde
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Marx,

Can you also send your material to jayapoo@gmail.com. I am also preparing for the SCJA exam. Your help is greatly appreciated.

Thanks,
Jay Suresh
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also preparing for SCJA and SCJP. Can you send the SCJA materials to natebroad@adelphia.net. Thanks in advance.

Best regards.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can i get that too pls. I appreciate your kindness.

footsoldier469@yahoo.com
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Marx

Wonder if you could send me the study material too?
THe email address is kwsheng@gmail.com
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Marx-

Could you send me a copy as well..
need.naukri@gmail.com

Thanks..
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also preparing for SCJA . Can you send me the SCJA materials to ed4it@hotmail.com . Thanks in advance.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too please
hootowl_alp@yahoo.com
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heh...I'd say a good cert book would by my own. Check it out on ExamScam.com. It'll be available on amazon.com soon.

By the way, I have a few free mock sample tests for the SCJA exam on my site. Please check them out, and leave me any feedback.

Sun Certified Java Associate Mock Certification Exam and Questions - Check it out!!!

Thanks!

-Cameron
[ October 29, 2006: Message edited by: Kameron McKenzie ]
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
iam preparing for the SCJA exam and it would be of great help if anyone of you could send me some material and guide me to the exam
Advanced thanks
geetha

myid:geethadinu@yahoo.com
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MIDP encompasses the four core CLDC packages

java.io
java.lang
java.util
javax.microedition.io

Depending upon your profile, you might use one of the following profiles:

javax.microedition.lcdui
javax.microedition.midlet
javax.microedition.rms


If you're worried about the J2ME section of the Sun Certified Java Associate Exam (SCJA), I'd say you're going way too in depth if you're exploring the packages. The exam will ping you with three or four questions where J2ME is either the right or wrong answer. But don't worry too much about the APIs and the core packages. You won't be asked to troubleshoot any J2ME code snippets. Concentrate on your J2SE basic, and you will rule on the coding section!
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys.

I am also studying to this exam and looking for J2ME important APIs.

I have put together a page with resources that I am trying to use to study for this test. You might find this page useful.

Thanks!
Leonid
[ September 08, 2006: Message edited by: Leonid Shchervinsky ]
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Me too Me too... Can you send your material to me also..
mail id : subhit_chauhan@yahoo.com

subhit
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys i am also preparing for SCJA could you please send me some
material on my email

sam1alone@yahoo.com
sameer.sawant@stream.com
:roll:
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too am taking the SCJA exam,can you please send me the material to mohita_mallik@yahoo.com


Thanks a lot
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am taking the SCJA exam too. Could you please send me the materials too . Thanks uc2006@yahoo.com
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Another one taking the exam that would love to see your study materials, please forward them on to jon.flynn@gmail.com

I really apprecite it - thanks !!!
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am the one who is very need your meterial to study scja, please send to me as well.
ctaihua@gmail.com

Thank you!!!
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just so you know, I've got six online mock exams on my website. They may help you practice as well.

www.scja.com

Cheers!

-Cameron McKenzie
 
reply
    Bookmark Topic Watch Topic
  • New Topic