[postlink]
https://j2ee-tutorials-videos.blogspot.com/2012/04/java-se-7-jdk-7-and-what-it-brings-to.html
[/postlink]
http://www.youtube.com/watch?v=r9AAVUZLylEendofvid [starttext]This is a Video Tutorial explains Java SE 7 (JDK 7) and what it brings to Java EE 6 and GlassFish 3.1.1 [endtext]
Browse »
Home
»
JAVA SE
Video Tutorials
[postlink]
https://j2ee-tutorials-videos.blogspot.com/2012/03/object-oriented-design-in-java-java-oo.html
[/postlink]
http://www.youtube.com/watch?v=B5Poo9MVqdAendofvid [starttext]This is a Video Tutorial covers the download of the Java SE
-How to install of the Java SE
-how to change your path so the Java SE will work on your system.
-How to download Eclipse.
-how to install Eclipse.
-A brief introduction to the concept of Object Oriented Design.
-How to write your first program in Java using Eclipse IDE.
-What are the object concept, constuctors, methods, and variables ?
-the concept of INHERITANCE and how to inherit one class from another using the key word, "extends."
-how to create and use Queues, Stacks, Collections, Comparators, Iterators, Lists, Maps, ArrayList, LinkedList, and the java.util.* functionality in general.
-overview of some Java SWING and AWT functionality.
Part 2 - This video covers the install of the Java SE
Part 3 - This video covers how to change your path so the Java SE will work on your system.
Part 4 - This video covers the download of Eclipse
Part 5 - This video shows you how to install Eclipse.
Part 6 - A brief introduction to the concept of Object Oriented Design.
Part 7 - How to write your first program in Java using Eclipse IDE.
Part 8 - How to write your first java program using Eclipse IDE.
Part 9 - The last part of how to write your first program in java.
Part 10 - This video covers the object concept, constuctors, methods, and variables. Here is the source code used in this video:
class Employee {
String name;
Double salary; Employee () { name = "Joe Smith"; salary = 15.75;
} String getName(){ return name;
} String getSalary() { return salary.toString();
} public static void main(String[] args){ Employee myEmployee = new Employee(); String retrievedName = myEmployee.getName(); System.out.println(retrievedName); String retrievedSalary = myEmployee.getSalary(); System.out.println(retrievedSalary);
}
}
Part 11 - This tutorial cover the concept of INHERITANCE and how to inherit one class from another using the key word, "extends."
Part 12 - This video continues to demonstrate the inheritance concept. This time all classes are broken out into separate .java files. One base class is extended by two inherited classes to show that you can inherit more then just one class from a base you can have several derived classes from the same base class.
Part 13 - This tutorial runs through EVERYTHING needed to build a small OOD program using ABSTRACT classes, inheritance, STATIC methods and variables as well as identifying and using different OBJECT types. Inheritance is explained along with a detailed example. If you are doing assignment 2 for the OOD class this gives away the entire assignment.
Part 14 - This lecture reviews how to create and use Queues, Stacks, Collections, Comparators, Iterators, Lists, Maps, ArrayList, LinkedList, and the java.util.* functionality in general.
Part 15 - This lecture covers and overview of some Java SWING and AWT functionality. The tutorial creates a Text Editor program with a MENU that has an Open, Save, and Exit option. It's a good start to learn how to program with Java SWING and Java I/O. See how simple it really is.
OO Design in Java FINAL EXAM Review
Part 16 - This lecture reviews the content and provides study hints for students taking the Object-Oriented Design in Java class.
[endtext]
-How to install of the Java SE
-how to change your path so the Java SE will work on your system.
-How to download Eclipse.
-how to install Eclipse.
-A brief introduction to the concept of Object Oriented Design.
-How to write your first program in Java using Eclipse IDE.
-What are the object concept, constuctors, methods, and variables ?
-the concept of INHERITANCE and how to inherit one class from another using the key word, "extends."
-how to create and use Queues, Stacks, Collections, Comparators, Iterators, Lists, Maps, ArrayList, LinkedList, and the java.util.* functionality in general.
-overview of some Java SWING and AWT functionality.
Part 2 - This video covers the install of the Java SE
Part 3 - This video covers how to change your path so the Java SE will work on your system.
Part 4 - This video covers the download of Eclipse
Part 5 - This video shows you how to install Eclipse.
Part 6 - A brief introduction to the concept of Object Oriented Design.
Part 7 - How to write your first program in Java using Eclipse IDE.
Part 8 - How to write your first java program using Eclipse IDE.
Part 9 - The last part of how to write your first program in java.
Part 10 - This video covers the object concept, constuctors, methods, and variables. Here is the source code used in this video:
class Employee {
String name;
Double salary; Employee () { name = "Joe Smith"; salary = 15.75;
} String getName(){ return name;
} String getSalary() { return salary.toString();
} public static void main(String[] args){ Employee myEmployee = new Employee(); String retrievedName = myEmployee.getName(); System.out.println(retrievedName); String retrievedSalary = myEmployee.getSalary(); System.out.println(retrievedSalary);
}
}
Part 11 - This tutorial cover the concept of INHERITANCE and how to inherit one class from another using the key word, "extends."
Part 12 - This video continues to demonstrate the inheritance concept. This time all classes are broken out into separate .java files. One base class is extended by two inherited classes to show that you can inherit more then just one class from a base you can have several derived classes from the same base class.
Part 13 - This tutorial runs through EVERYTHING needed to build a small OOD program using ABSTRACT classes, inheritance, STATIC methods and variables as well as identifying and using different OBJECT types. Inheritance is explained along with a detailed example. If you are doing assignment 2 for the OOD class this gives away the entire assignment.
Part 14 - This lecture reviews how to create and use Queues, Stacks, Collections, Comparators, Iterators, Lists, Maps, ArrayList, LinkedList, and the java.util.* functionality in general.
Part 15 - This lecture covers and overview of some Java SWING and AWT functionality. The tutorial creates a Text Editor program with a MENU that has an Open, Save, and Exit option. It's a good start to learn how to program with Java SWING and Java I/O. See how simple it really is.
OO Design in Java FINAL EXAM Review
Part 16 - This lecture reviews the content and provides study hints for students taking the Object-Oriented Design in Java class.
[endtext]
Object Oriented Design in JAVA | JAVA OO Design Video Tutorial
Libellés :
Eclipse
,
JAVA
,
JAVA SE
,
Object Oriented Design
[postlink]
https://j2ee-tutorials-videos.blogspot.com/2011/09/what-is-j2se-java-se-6-new-features.html
[/postlink]
http://www.youtube.com/watch?v=a3L9QsjvyRsendofvid [starttext]This is a Video Tutorial explains New features in JAVA SE 6
[endtext]
[endtext]
What is J2SE | JAVA SE 6 New Features | J2SE Video Tutorial
Subscribe to:
Posts
(
Atom
)
Eclipse
(Java Server Faces) JSF
Spring
Hibernate
JAVA
Netbeans
GWT ( Google Web Toolkit )
JAVA EE 6
Tomcat
Java Persistence API (JPA)
EJB
Primefaces
Android
Web Service
GlassFish
Maven
Servlet
CDI (Contexts and Dependency Injection)
Struts
JSP
MySQL
Red5
JAVA 7
Java EE Video Programming
JDBC
Intoduction to J2EE
Spring MVC
JEE5
HTML5
Spring AOP ( Spring Aspect Oriented Programming concepts )
Spring Security
RESTful
C2DM
Google App Engine
PostgreSQL
Security
Cloud To Device Messaging
Spring Data Support (JDBC ORM Transactions)
Ehcache
Icefaces
HTML
JSTL
JUnit
Axis
Packaging and Deploying J2EE Application
Top Link
HttpSession
Log4J
Search Engine
Session
Java RMI ( Remote Method Invocation )
Oracle JDeveloper
SSL
SVN
XML
i18n
HTTPS
You can see also
J2EE is an acronym for Java 2 Enterprise Edition. The Java 2 Enterprise Edition is Software that can be used along with the J2SE, the Java 2 Standard Edition which includes the compiler and the other fundamentals of Java. The J2EE software includes development and deployment systems for Java Servlet and Java ServerPages. Both of these combine Java and HTML to produce web pages on demand. Author Mohamed Habou . understand this powerful component of Java programming.




