Suggestion of eBooks for Java

Shah

Cyborg Agent
Joined
Dec 27, 2011
Messages
1,170
Hi there,

I just downloaded NetBeans 7.3 with JDK 7u21 to migrate from .NET platform to Java platform. In .NET, I learned each and everything by "trail-and-error" method. I am exploring the Netbeans IDE, now. Before I start programming in Java, I want to go through the basics. I need suggestion of eBooks for learning Java (SE and ME for now) or even online tutorials would do. It should cover how things work in Java and the syntax and code samples.

Awaiting for your replies,
Shah.
 
OP
Shah

Shah

Cyborg Agent
Joined
Dec 27, 2011
Messages
1,170
Do you mean the GUI controls like the buttons, checkboxes etc in Swing?

Yep. I meant those GUI controls only. When I drag those controls to a form, They are placed one below the other starting from the top. I can't rearrange them as per my wish as I used to do in VB.

Do you mean the GUI controls like the buttons, checkboxes etc in Swing?

Yep. I meant those GUI controls only. When I drag those controls to a form, They are placed one below the other starting from the top. I can't rearrange them as per my wish as I used to do in VB.
 

harshilsharma63

DIY FTW!
Joined
Jul 2, 2012
Messages
6,430
Yep. I meant those GUI controls only. When I drag those controls to a form, They are placed one below the other starting from the top. I can't rearrange them as per my wish as I used to do in VB.
You can dran them to anywhere you want. Another way is to use a different layout.
 

RBX

In the zone
Joined
May 26, 2008
Messages
405
Complete Reference is, as the name implies, a reference book. You are better off with something like Head First Java, get a hard copy.

If you are working with AWT/Swing, a class 12th IP book could act as introductory, I have no idea on any detailed book on this.
 

vickybat

I am the night...I am...
Joined
Aug 16, 2008
Messages
5,649
Head first java explains swing in detail and in complete simplicity. Op should get it without second thoughts.
Complete reference isn't a text book but for reference. Its not for first time learners.
 
OP
Shah

Shah

Cyborg Agent
Joined
Dec 27, 2011
Messages
1,170
You can dran them to anywhere you want. Another way is to use a different layout.

In VMD, It is not like that. That's why I inquired about it.

Complete Reference is, as the name implies, a reference book. You are better off with something like Head First Java, get a hard copy.

If you are working with AWT/Swing, a class 12th IP book could act as introductory, I have no idea on any detailed book on this.

Head first java explains swing in detail and in complete simplicity. Op should get it without second thoughts.
Complete reference isn't a text book but for reference. Its not for first time learners.

Thanks for the suggestion, guys. I will try to get a copy of the same.
 
OP
Shah

Shah

Cyborg Agent
Joined
Dec 27, 2011
Messages
1,170
I bought a hard copy of "Head First Java" and am reading it, now. But, It doesn't cover anything related to "Mobility" or "Mobile Development". Can you guys suggest some other books which deal with Java ME?
 
Top