Skip to main content

Posts

Showing posts with the label JAVA

Complete Java Video Tutorials Courses in 5 CD

Complete Java Video Tutorials Courses in 5 CD Complete Java Video Tutorial Courses | 5 CD only in 668MB Description: Java is a simple, scalable object oriented, general purpose programming language with a multitude of uses. With the power to develop everything from simple web animations to high-end business applications that program hand-held devices, microwaves, cross platform server applications and more, it's no wonder why Java is on everyone's mind. The package contains the following java trainings: 1-Java 2 Enterprise Edition J2EE Duration: 6 hrs / 75 lessons 2-Java 2 Certified Programmer Duration: 6 hrs / 89 lessons 3-Java 2 Graphics Duration: 6 hrs / 74 lessons 4-Java 2 JSP and Servlets Duration: 6 hrs / 74 lessons 5-Java Introduction to the Java Programming Language Duration: 8 hrs / 92 lessons 1-J2EE (Java 2 Enterprise Edition) J2EE is an acronym for Java 2 Enterprise Edition. The Java 2 Enterprise Edition is Software tha...

Java Fundamentals Video I and II

Java Fundamentals Video I and II Java Fundamentals Video I and II | 1.49GB Description: Java is a strong type checking language. There are two concepts regarding types and objects. One is the object type and the other the template/class the object was created from. When an object is created, the template/class is assigned to that object which can not be changed. Types of an object however can be changed by type casting. Types of an object is associated with the object reference that referencing the object and determines what operation can be performed on the object through that object reference. Assigning the value of one object reference to a different type of object reference is called type casting. Fundamentals I: Quote: Fundamentals I - Introduction to the Eclipse IDE.mov Fundamentals I - Introduction to the NetBeans IDE.mov Fundamentals I - Lesson 1 Introduction to Java Applications Fundamentals I - Lesson 2 Introduction to Classes and Objects Fundamenta...