Saturday 3 September 2011

paisalive

<a href="http://www.PaisaLive.com/register.asp?81361-8524864"><b><font color="#FF0000" size="4">Earn upto Rs. 9,000 pm checking Emails. Join now!</font></b></a>

Wednesday 8 June 2011

java

this is my collection  of Advance java
...................................................

Advanced Java Programming Course
Here the topics that you should master as part of your advance java study.
  1. Generics
    1. Introduction to Generics
    2. Type Erasure
    3. Type Boundaries
    4. Wildcards
    5. Generic Methods
    6. Strengths and Weaknesses of Generics
    7. Legacy Code and Generics
  2. Threads
    1. Java Thread Model
    2. Creating and Running Threads
    3. Manipulating Thread State
    4. Thread Synchronization
    5. Volatile Fields vs. Synchronized Methods
    6. wait and notify
    7. join and sleep
    8. The Concurrency API
    9. Atomic Operations
  3. Reflection
    1. Uses for Meta-Data
    2. The Reflection API
    3. The Class<T> Class
    4. The java.lang.reflect Package
    5. Reading Type Information
    6. Navigating Inheritance Trees
    7. Dynamic Instantiation
    8. Dynamic Invocation
    9. Reflecting on Generics
  4. Annotations
    1. Aspect-Oriented Programming and Java
    2. The Annotations Model
    3. Annotation Types and Annotations
    4. Built-In Annotations
    5. Annotations vs. Descriptors (XML)
  5. Sockets
    1. The OSI Reference Model
    2. Network Protocols
    3. The Socket Class
    4. The ServerSocket Class
    5. Connecting Through URL Objects
    6. HTTP and Other TCP Servers
    7. Datagram Clients and Servers
    8. Non-Blocking Sockets
  6. Database and SQL Fundamentals
    1. Relational Databases and SQL
    2. Database, Schema, Tables, Columns and Rows
    3. SQL Versions and Vendor Implementations
    4. DDL -- Creating and Managing Database Objects
    5. DML -- Retrieving and Managing Data
    6. Sequences
    7. Stored Procedures
    8. Using SQL Terminals
  7. JDBC Fundamentals
    1. What is the JDBC API?
    2. JDBC Drivers
    3. Making a Connection
    4. Creating and Executing a Statement
    5. Retrieving Values from a ResultSet
    6. SQL and Java Datatypes
    7. Creating and Updating Tables
    8. Handling SQL Exceptions and Proper Cleanup
    9. Handling SQLWarning
  8. Advanced JDBC
    1. SQL Escape Syntax
    2. Using Prepared Statements
    3. Using Callable Statements
    4. Scrollable Result Sets
    5. Updatable Result Sets
    6. Transactions
    7. Commits, Rollbacks, and Savepoints
    8. Batch Processing
  9. Introduction to Row Sets
    1. Row Sets in GUI and J2EE programming
    2. Advantages of RowSets
    3. RowSet Specializations
    4. Using CachedRowSets
  10. Design Patterns
    1. What are Design Patterns?
    2. Singleton, Factory Method, Abstract Factory
    3. Adapter, Composite, Decorator
    4. Chain of Responsibility, Observer / Publish-Subscribe, Strategy, Template
    5. Data Access Object (DAO)