• 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

Interview Questions

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Does anyone know of some site where I can find some J2ME MIDP interview Questions?

thanks,
Katie
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like to find some question from the WTK's documention.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Me too...
jig2nesh@hotmail.com is my id
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can I get the interview questions related to J2ME.

My email is sajsal@gmail.com

Regards
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmm not sure..

But lets look at form the implementation prespective..

Hypothetically lets say you have an application and want to use OBEX to push objects to server side..

Given that most deices from OMEs do nto have the OBEX profiel answer the following:

1. Which code projects would you have to look at or analyze in order to come up with an OBEX profile library for J2mE mIDP

2. Is this technologically feasiable..ie is isolated or are we talking about code that controls the bluetooth embedded chip itself via drivers?


You will find its not the J2ME cert questions that count but how to work with the technological implementatiosn of J2me we have currently that companies care about..

Another question that comes up is:

3. Given limited size of a MIDP1 device what OOP features cannot be used from j2se that pertain to both to MIDP1 and MIDP2 and what MIDP2 oop features do you have to break in order to fit inot 65k sizes found in MIDP1?

4. Spped optimization, what coding techniques imporve speed.

Notice that 3 and 4 are directly related to each other..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic