This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Pages

Sunday, March 27, 2011

Hello Android!

Lately I've been considering developing an Android application for my Senior Project.. I hope I can think of a good topic or idea for my SP as soon as possible so I can further study Android.. So I think I'm gonna start reading articles about Android.. and first thing that comes to my mind was that.. is Android = Java? Cause if it's a yes I think I'll really grab this Android application development since I have a background in Mobile Development (Java ME). So I hit the Google search button for this topic and found a very nice article.. http://weblogs.java.net/blog/opinali/archive/2010/08/17/android-java and...

Wednesday, March 2, 2011

Java Socket Programming

I finally found a working codes for Java Socket Programming..from http://www.tutorialspoint.com/java/java_networking.htm// File Name GreetingClient.javaimport java.net.*;import java.io.*;public class GreetingClient{ public static void main(String [] args) { String serverName = args[0]; int port = Integer.parseInt(args[1]); try { System.out.println("Connecting to " + serverName + " on...

Core Java 2- Volume I - Fundamentals, 5th Edition

Now I found the first volume of the book..Book description:The best-selling guide for serious Java 2 programmers-fully updated for JDK 1.3! Ask any experienced Java programmer: Core Java delivers the real-world guidance you need to accomplish even the most challenging tasks. That's why it's been an international best seller for five straight years. Core Java 2, Volume 1 covers the fundamentals of Java 2, Standard Edition, Version 1.3 and includes...

Core Java 2 Volume II-Advanced Features

I and my boyfriend happened to buy this book like 4 months ago at some book stall where almost all books are second hands and are given away by some other people. This is an old book, copyrighted around the year 2002. I wonder what's the first volume of the book but I was so interested with this book since it contains THREADS.. NETWORKING in java programming language. But I only opened this book now, after some long time. I lost the DVD accompanied...