Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers. Java offers the rich user interface, performance, versatility, portability, and security that today's applications require.
"Java with Eclipse on Linux" is an intensive, Hands-on, project based, training program for BE, B Tech, ME, M Tech from the streams of Computer Science, Information Technologies, Instrumentation, BCA, MCA. This training aims at imparting, ingraining efficient programming skills and ability to convert logic to algorithms and then programs.
The training should be conducted using vim editor, g++ compiler, Eclipse IDE, gdb debugger and Source Code Control Tools on Linux Operating System.
The classroom session are followed by assignments and a hands on project.
This short course is designed to ensure that the trainees with academic capabilities will have the skill set needed to deal with the challenges involved in real-world Programming using Java using Eclipse on Linux to meet the needs of industries both today and in the future.
The trainees should be able to create efficient program design and convert logic into algorithms and then to programs.
The course is taught mainly using the vim editor, Eclipse, on Linux operating system.rating system.
Training Topics | |
Introducing the Java Technology |
Using an Integrated Development Environment (IDE) Describing key features of the technology and the advantages of using Java Describing the various Java technologies such as Java EE, JavaME, Embedded Java SE Showing how to download, install, and configure the Java environment on a Windows system. Relating Java with other languages |
Thinking in Objects |
Defining the problem domain Identifying objects and recognizing the criteria for defining objects |
Introducing the Java Language |
Defining classes Identifying the components of a class Creating and using a test class Compiling and executing a test program |
Working with Primitive Variables |
Declaring and initializing field variables Describing primitive data types such as integral, floating point, textual, and logical Declaring variables and assigning values Using constants Using arithmetic operators to modify values |
Working with Objects |
Declaring and initializing objects Storing objects in memory Using object references to manipulate data Using JSE javadocs to look up the methods of a class Working with String and StringBuilder objects |
Using operators and decision constructs |
Using relational and conditional operators Testing equality between strings Evaluating different conditions in a program and determining the algorithm Creating if and if/else constructs Nesting and chaining conditional statements Using a switch statement |
Creating and Using Arrays |
Declaring, instantiating, and initializing a one-dimensional Array Declaring, instantiating, and initializing a two-dimensional Array Using a for loop to process an Array Creating and initializing an ArrayList Using the import statement to work with existing Java APIs Accessing a value in an Array or and ArrayList Using the args Array |
Using Loop Constructs |
Creating while loops and nested while loops Developing a for loop Using ArrayLists with for loops Developing a do while loop Understanding variable scope |
Working with Methods and Method Overloading |
Creating and Invoking a Method Passing arguments and returning values Creating static methods and variables Using modifiers Overloading a method |
Using Encapsulation and Constructors |
Creating constructors Implementing encapsulation |
Introducing Advanced Object Oriented Concepts |
Using inheritance Using types of polymorphism such as overloading, overriding, and dynamic binding Working with superclasses and subclasses Adding abstraction to your analysis and design Understanding the purpose of Java interfaces Creating and implementing a Java interface |
Handling Errors |
Understanding the different kinds of errors that can occur and how they are handled in Java Understanding the different kinds of Exceptions in Java Using Javadocs to research the Exceptions thrown by the methods of foundation classes Writing code to handle Exceptions |
The Big Picture |
Creating packages and JAR files for deployment using java Two and three tier architectures Looking at some Java applications examples |