•  Learn C# Sharp
  •  Learn VB.net
Learn Programming Java
  • Java lessons

    •  

      First contact with Java

    •  

      Flow Control

    •  

      Basic Data Types

    •  

      Arrays, Structures and Strings

    •  

      Functions

    •  

      Object Oriented Programming

    •  

      More On Classes

    •  

      File Management

    •  

      Object Persistence

    •  

      Access To Relational Databases

    •  

      Dynamic Memory Management

    •  

      Additional Libraries

  • Programming languages

    •  Learn C# Sharp

    •  Learn Visual Basic

 Object Oriented Programming Learn programming Java

 Java exercises

 45 Classes Student + Teacher
Create a new project, and include in it the class Person that you just created. Create a class "Student" and another class "Teacher", both descenda...
 48 Class Photo Album
Create a class "PhotoAlbum" with a private attribute "numberOfPages." It should also have a public method "GetNumberOfPages", which will return the...
 47 Class Shapes
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram....
 44 Class Vehicles
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram. Each class must include the attrib...
 44 Class Square
Complete the project named "Shapes" (january 8th), adding a class named "Square" to it. For each square, we will store its starting X and Y coordinate...
 48 Class Orders
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram. Each class must include the att...
 45 Class Colored Circle
Expand the January 10th exercise (shapes + square), so that it can also store data about "Colored Circles":...
 Learn programming Java Legal Conditions