Software Archive
Read-only legacy content
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 讨论

Java and J2ME Tips and Tricks

Quoc-Thai_L_Intel
4,744 次查看
I found a tutorial website for Java and J2ME. Here is the site: http://forums.java.net/jive/index.jspa.
If you have any coding tips and tricks, please share them here.

Cheers,
-Thai

0 项奖励
25 回复数
shin
初学者
963 次查看
Hi all thanks for the share, i have searching all the forum for it and now i found it. thanks !
0 项奖励
Bernard
重要分销商 I
963 次查看
I would like to recommend you a few great books to start learning Java programming. Not in particular order. 1.Bruce Eckel "Thinking in Java" 2.Cay R. Horstmann Gary Cornell "Core Java" For more comprehensive list please follow this link:http://jyops.blogspot.com/2011/10/top-10-java-books-you-dont-want-to-miss.html
0 项奖励
karray_G_
初学者
963 次查看

Hello,

Despite of developping mobile application with the J2ME platform is "deprecated", it is considered as one of the appropriate platformes specially for the limited devices (such as PDA, VCR player....).

You can start by understanding the hierarchy of a J2ME application:

Every J2ME application contains a midlet class, which is our execution point:

- It contains 3 methods :

1- public void startApp() : Executed when the application loads.

2- public void pauseApp() : Executed when the application is in pause (when we receive a call for example)

3- public void destroyApp(boolean unconditional) : Reserved, generally, to disconnect from the ressources (exp: DataBase)

Good luck!

0 项奖励
eonejames
初学者
963 次查看

JAVA is an object-oriented encoding language. It can be applied in several computing programs, you can see it almost everywhere today, from embedded devices and mobile phones to enterprise servers and supercomputers. Thanks for sharing such valuable information with tutorials which can be helpful those who wants to develop website in JAVA.

0 项奖励
Oleksandr_C_
初学者
963 次查看

Ok, every comment is interesting. But why nobody mentions Oracle's support? Isn't it a prefered place to go, especially if you are a partner of Oracle?

0 项奖励
回复