• 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

java embedded and mobile device

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

before I learn java more far,

I want to ask about, about java embedded and java for mobile,

I saw this source in : oracle

that java can use for device.

My question : Is "java embedded" can be used to create driver for printer or another device?
: About "java mobile" can I create application for mobile using java?
: Are "java embedded" & "java mobile" tutorial same or different with java in O'reilly book that I read now?

I ask this question because I interest to program device and I expect someday I can became as device programmer.

Please tell me

Thank you
 
Marshal
Posts: 79179
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am sure you can write a printer driver, but C/C++ is probably better for low-level programming. Of course you can create mobile apps, and embedded programming can be different from mobile because most mobile phones have much more memory than many embedded devices.
 
gong tji
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry for long reply,

"low level programming" ? I don't understand , please explain to me.

where I can download java pdf tutorial book for java embedded?

so that, I not only learn, but I can practice to create driver or at least application for mobile

please tell me

Thank you
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Firstly learning Java language would be necessary for building Java Mobile applications.

So for mobile applications you can check out JavaME or Android but for both you got to know Java.

There are lot of tutorials for JavaME and Android- You can start at javame tutorial and android tutorial
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic