Raise your revenue with exceptional Java, J2EE, J2ME & J2SE programming services and meet the diverse needs of your business.
Let the experts use their Magic Wand over your ideas and make them turn to reality.
Visit: https://bit.ly/3ubDsyV

seen from Malaysia

seen from United Kingdom
seen from China

seen from United Kingdom
seen from United States
seen from China
seen from T1
seen from T1

seen from T1

seen from T1
seen from China
seen from T1

seen from Ukraine

seen from T1
seen from Japan
seen from Hungary
seen from Spain

seen from T1
seen from Spain
seen from Germany
Raise your revenue with exceptional Java, J2EE, J2ME & J2SE programming services and meet the diverse needs of your business.
Let the experts use their Magic Wand over your ideas and make them turn to reality.
Visit: https://bit.ly/3ubDsyV

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Java Versions History
Here is a list of all versions of Java and features introduced with each release.
JDK Alpha and Beta
The Java Alpha and Beta version was released in 1995 but they have highly unstable APIs. The supplied Java web browser was named WebRunner.
JDK 1.0
Java’s first stable version 1.0.2 was released on January 23, 1996. Its code name was Oak and called as java 1.
JDK 1.1
JDK 1.1 version was released on
View On WordPress
J2SE : LinkedList and Iterators in Java
J2SE : LinkedList and Iterators in Java
/* * LinkedList.java * * Created on January 10, 2008, 8:51 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package linkedlist; import java.util.List; import java.util.LinkedList; import java.util.Iterator; import java.util.ListIterator; import java.util.Collections; import java.util.Random; /** * * @author Sayed */ public class…
View On WordPress
Guida per sospetti programmatori Java
"Sette grani di caffè contro lo stress - Guida per sospetti programmatori Java" - Un mio libro in italiano, gratuito e che potete riutilizzare come vi pare, dedicato a chi non conosce il linguaggio di programmazione Java, ma sospetta di poter essere interessato... Diffondetelo anche alle mie spalle.
Cuando tengo pesadillas sobre un proyecto que desarrollé en Java en un pasado lejano
When I have nightmares about a project I did while ago in Java
@author @troleandogeeks

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
So, the next big project, or at least very important to me, was my graduation paper.
I used an application I did for Software Development subject and add some new, let say advanced stuff in it, write some more pages of documentation (it gets to 98 pages) and it was done.
In documentation was described whole software development process according to Larman's method (requirements specification, analysis, architecture, implementation and testing).
The software system was about rent-a-bike service. It was a desktop application with client-server three leveled architecture. The focus of the paper was on ORM (Object Relational Mapping) Framework - Hibernate.
So, some sort of summary would be:
- Java2SE Platform
- IDE: NetBeans 7.0
- DB: MySQL
- ORM: JPA - Hibernate
- GUI: Swing
- Architecture: three leveled, later divided to client (GUI forms, Forms controllers) and server (System Operations, Database Broker) side, and one common project with Domain Model and Transfer Objects.