Describe about basic java programming language?
1. Study the Java programming language: its syntax, patterns, idioms, and styles.
2. Become comfortable along with object oriented programming: Learn to think in objects
3. Learn the fundamentals of the Java class library, and learn how to learn about other elements of the library when you need them.
4. Introduce event driven Graphical User Interface (GUI) programming
If there's one thing all these topics boil down to, one thing I'm going to emphasize above all else in this class, it is this:
It is not sufficient just to write code that works. It is as significant--perhaps more important--to write code well; not merely code that works, but code that is legible, maintainable, reusable, fast, and efficient.