I searched on few questions earlier asked here but my context is not matching exactly to them. I am working on LAMP from past few years. I recently learnt Java SL-314 Syllabus thinking my knowledge in PHP and other PLUS some knowledge in core Java from Oracle website can be helpful. I saw Java document is very poor compared to PHP. In PHP, one can get everything basic from the php.net site itself. For a simple thing like showing the resultset data to servlet or JSP from plain java code, I need to search a lot and still I cannot get past ArrayList etc. I was looking for a code in Java like this in PHP:
while ($row = mysql_fetch_assoc($result)) {
echo $row["userid"];
echo $row["fullname"];
echo $row["userstatus"];
}
Ben bütün tarlalar istediğim şekilde kullanmak istiyorum demek.
Ben Kısaca bir kitap, Java var ama bu çok teorik görünüyor. Yakında okumak böylece ben küçük bir kitap lazım. Ben Java kullanarak web uygulaması geliştirmek istiyorum. Çekirdek java yardım almak için, ben basit bir örnek kodları PHP yapmak için kullanılan tüm normal çalışma yapmak istiyoruz.
Please help me find simple Java book with example code which can help me do all normal stuff one do in PHP.