Oracle Java
by IANT (Institute of Advance Network Technology)Vadodara, Ahmedabad, Jaipur, New Delhi, Indore, Pune, Gandhinagar, Anand, Bhavnagar, Bhuj, Deesa, Gandhidham View More + |
Request Info |
Medium of instruction: | English |
Oracle Associate Level Learning Path (1z0-850)
The learning path for this job role begins at the Associate Level. Associate level curriculum delivers a foundation of knowledge and skills that start you on the right track. Learn what you need to know to progress to the Professional Level Learning Path and a successful career as an Oracle technology specialist.
-
Gain a firm foundation of knowledge from our Certified expert instructors
-
Practice what you learn with hands-on practice labs on the same software you on the job
-
Invest in yourself wisely, as only OU can provide exactly what you need to meet the demands of an IT professional in this Oracle technology based job role
Fundamentals of the Java Programming Language, Java SE 6
Course Objectives
Demonstrate knowledge of Java technology, the Java programming language, and the product life cycle Use various Java programming language constructs to create several Java technology applications Use decision and looping constructs and methods to dictate program flow Implement intermediate Java technology programming and object-oriented (00) concepts in Java technology programs
Course Topics
Explaining Java Technology
-
Describe key concepts of the Java programming language
-
List the three Java technology product groups
-
Summarize each of the seven stages of the product life cycle
Analyzing a Problem and Designing a Solution
-
Analyze a problem using object-oriented analysis
-
Design classes from which objects will be created
Developing and Testing a Java Technology Program
-
Identify the four components of a class in the Java programming language
-
Use the main method in a test class to run a Java technology program from the command line
-
Compile and execute a Java technology program
Declaring, Initializing, and Using Variables
-
Identify the use the syntax for variables and define the syntax for a variable
-
List the eight Java programming language primitive data types
-
Declare, initialize, and use variables and constants according to Java programming language guidelines and coding standards
-
Modify variable values using operators
-
Use promotion and type casting
Creating and Using Objects
-
Declare, instantiate, and initialize object reference variables
-
Compare how object reference variables are stored in relation to primitive variables
-
Use a class (the String class) included in the Java Software Developer Kit (SDK)
-
Use the Java 2 Platform, Standard Edition (J2SE[TM]) class library specification to learn about other classes in this application programming Using Operators and Decision Constructs
-
Identify relational and conditional operators
-
Create if and if/else constructs
-
Use the switch construct
Using Loop Constructs
-
Create while loops
-
Develop for loops
-
Create do/while loops
Developing and Using Methods
-
Describe the advantages of methods and define worker and calling methods
-
Declare and invoke a method
-
Compare object and static methods
-
Use overloaded methods
Implementing Encapsulation and Constructors
-
Use encapsulation to protect data
-
Create constructors to initialize objects
Creating and Using Arrays
-
Code one-dimensional arrays
-
Set array values using length attribute and a loop
-
Pass arguments to the main method for use in a program
-
Create two-dimensional arrays
Implementing Inheritance
-
Define and test your use of inheritance
-
Explain abstraction
-
Explicitly identify class libraries used in your code
Oracle Professional Learning Path (1z0-851 )
Oracle recommends that once you have mastered the foundational knowledge and skill focus areas of the Oracle Associate Learning path, you consider completing the Oracle Professional Learning path in order to further build upon your existing abilities as a junior level Oracle technical specialist or developer. The curriculum of this learning path is designed to provide professionals with what they need to move from a novice or intermediate level of ability to the advanced level.
-
Build onto your foundation of Oracle knowledge and skill
-
Become more advanced and independent as an Oracle Professional and deliver more value than your peers to your current employer or future job opportunity prospects
-
Perfect your abilities with Oracle University hands-on practice labs allowing you to return to work ready to apply what you have learned
Java Programming Language, Java SE 6 (40 Hrs)
Suggested Prerequisites
-
Fundamentals of the Java Programming Language, Java SE 6
Course Objectives
-
Create Java technology applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, Execute a Java technology application from the command line
-
Use Java technology data types and expressions
-
Use Java technology flow control constructs
-
Use arrays and other data collections
-
Implement error-handling techniques using exception handling
-
Create an event-driven graphical user interface (GUI) using Swing components: panels, buttons, labels, text fields, and text areas Implement input/output (I/O) functionality to read from and write to data and text files and understand advanced I/O streams
-
Create a simple Transmission Control Protocol/Internet Protocol (TCP/IP) networked client that communicates with a server through Create multithreaded programs
Course Topics
Getting Started
-
Examine Java technology
-
Analyze a simple Java technology application
-
Execute a Java technology application
Object-Oriented Programming
-
Define modeling concepts: abstraction, encapsulation, and packages
-
Discuss Java technology application code reuse
-
Define class, member, attribute, method, constructor, and package
-
Use the access modifiers private and public as appropriate for the guidelines of encapsulation
-
Invoke a method on a particular object
-
Use the Java technology API online documentation Identifiers, Keywords, and Types
Identifiers, Keywords and Types
-
Use comments in a source program
-
Distinguish between valid and invalid identifiers
-
Use the eight primitive types
-
Define literal values for numeric and textual types
-
Define the terms primitive variable and reference variable
-
Declare variables of class type
-
Construct an object using new and describe default initialization
-
Describe the significance of a reference variable
Expressions and Flow Control
-
Distinguish between instance and local variables
-
Describe how to initialize instance variables
-
Recognize, describe, and use Java software operators
-
Distinguish between legal and illegal assignments of primitive types
-
Identify boolean expressions and their requirements in control constructs
-
Recognize assignment compatibility and required casts in fundamental types
-
Use if, switch, for, while, and do constructions and the labeled forms of break and continue as flow control structures in a program
Arrays
-
Declare and create arrays of primitive, class, or array types
-
Explain why elements of an array are initialized
-
Explain how to initialize the elements of an array
-
Determine the number of elements in an array
-
Create a multidimensional array
-
Write code to copy array values from one array to another
Class Design
-
Define inheritance, polymorphism, overloading, overriding, and virtual method invocation
-
Use the access modifiers protected and the default (package-friendly)
-
Describe the concepts of constructor and method overloading
-
Describe the complete object construction and initialization operation
Advanced Class Features
-
Create static variables, methods, and initializers
-
Create final classes, methods, and variables
-
Create and use enumerated types
-
Use the static import statement
-
Create abstract classes and methods
-
Create and use an interface
Exceptions and Assertions
-
Define exceptions
-
Use try, catch, and finally statements
-
Describe exception categories
-
Identify common exceptions
-
Develop programs to handle your own exceptions
-
Use assertions
-
Distinguish appropriate and inappropriate uses of assertions
-
Enable assertions at runtime
Collections and Generics Framework
-
Describe the general purpose implementations of the core interfaces in the Collections framework
-
Examine the Map interface
-
Examine the legacy collection classes
-
Create natural and custom ordering by implementing the Comparable and Comparator interfaces
-
Use generic collections and type parameters in generic classes
-
Refactor existing non-generic code
-
Write a program to iterate over a collection
-
Examine the enhanced for loop
I/O Fundamentals
-
Write a program that uses command-line arguments and system properties
-
Examine the Properties class
-
Construct node and processing streams, and use them appropriately
-
Serialize and deserialize objects
-
Distinguish readers and writers from streams, and select appropriately between them
Console I/O and File I/O
-
Read data from the console
-
Write data to the console
-
Describe files and file I/O
Building Java GUIs Using the Swing API
-
Describe the JFC Swing technology
-
Identify the Swing packages
-
Describe the GUI building blocks: containers, components, and layout managers
-
Examine top-level, general-purpose, and special-purpose properties of container
-
Examine components
-
Examine layout managers
-
Describe the Swing single-threaded model
-
Build a GUI using Swing components
Handling GUI-Generated Events
-
Define events and event handling
-
Examine the Java SE event model
-
Describe GUI behavior
-
Determine the user action that originated an event
-
Develop event listeners
-
Describe concurrency in Swing-based GUIs and describe the features of the Swing Worker class
GUI-Based Applications
-
Describe how to construct a menu bar, menu, and menu items in a Java GUI
-
Understand how to change the color and font of a component
Threads
-
Define a thread
-
Create separate threads in a Java technology program, controlling the code and data that are used by that thread Control the execution of a thread and write platform-independent code with threads
-
Describe the difficulties that might arise when multiple threads share data
-
Use wait and notify to communicate between threads
-
Use synchronized to protect data from corruption
Networking
-
Develop code to set up the network connection
-
Understand TCP/IP
-
Use Server Socket and Socket classes to implement TCP/IP clients and servers
Developing Applications With the Java SE 6 Platform (Duration: 40 hrs)
Prerequisites Required Prerequisites
-
Develop applications by using the Java programming language
-
Program with sockets or streams
-
Understand GUI design
-
Understand basic Structured Query Language (SQL) statements
-
Understand basic Transmission Control Protocol/Internet Prot
-
Understand basic Unified Modeling Language (UML) diagrams
-
Understand how to implement interfaces and handle Java programming exceptions
-
Use object-oriented programming techniques
Suggested Prerequisites
-
Fundamentals of the Java Programming Language, Java SE 6
-
Java Programming Language, Java SE 6 –
Course Objectives
-
Apply Model View Controller (MVC) design pattern to create reusable classes
-
Implement unit testing using JUnit
-
Implement a program from the ground up that could be used in a commercial intranet application
-
Develop classes to connect programs to Structured Query Language (SQL) database systems using the core aspects of the Java Organize and set up the GUI generation and event handling to support a Java technology project Implement the Logging API to generate log messages in GUI
-
Create two-tier and three-tierJava technology applications
-
Create a multithreaded server
-
Create remote objects using Java Remote Method Invocation (Java RMI)
Course Topics
-
Introduce the Broker Tool Application
-
Explain the problem statement of the Broker Tool application
-
Creating and populating the Stock Market Database
-
Executing SQL Statements on the Stock Market Database
Apply the Model View Controller (MVC) Design Pattern
-
Explain design patterns
-
Explain the MVC design pattern
-
Analyze how the MVC design pattern can be used in applications
-
Add MVC Interaction Code
Implement Unit Testing
-
Develop unit test cases using JUnit
-
Execute Unit test cases
-
Open the Info Tool Project
-
Prepare JUnit Test Cases for the Info Tool Project
-
Analyze the JUnit Test Cases of the Info Controller class of the Info Tool Project
-
Create and Analyze Test Methods Inside Info Tool Test.java File
-
Create a Test Suite of all the Test Cases of the Info Tool Project
Design the Broker Tool Application
-
Apply the MVC design pattern
-
Begin the analysis and design of the project under study
-
Develop a build plan for the project
-
Create the MVC Participants
-
Establish the Broker Tool MVC Baseline
Implement the Java Database Connectivity (JDBC) API
-
Describe the JDBC API
-
Explain how using the abstraction layer provided by the JDBC API makes a database front end portable across platforms
-
Describe the five major tasks involved with the JDBC programmer's interface
-
State the requirements of a JDBC driver and its relationship to the JDBC driver manager
-
Describe the data access objects (DAG) pattern and its applicability to a given scenario
-
Identify the Workflow and Object Interactions
-
Implement a Database-Connected Broker Model by Using the DAC) Pattern
Create Graphical User Interfaces (GUI)
-
Apply the principles of good GUI design
-
Design and implement a GUI for the project using Matisse
-
Apply the Composite Design pattern to build the Broker Tool GUI
-
Use JTable and JTabbedPane classes in your application to build a sophisticated GUI
-
Add All Customer Table Panel to the Palette Window and drag-and-drop to the BrokerGui Class
-
Create the Customer Panel Class, add to the Palette Window and drag-and-drop to the BrokerGui Class
-
Change the Order of the Tabs
-
Compile and Test the BrokerGui Class
Handle GUI Events
-
Implement a view class
-
Implement a controller class
-
Create the BrokerTool view Class
-
Create the BrokerTool Controller Class
-
Compile and Testing the BrokerGui Class
-
Add Event Handling Functionality
Log Messages in GUI
-
Use the logging API
-
Examine a logging example
-
Write a custom handler
-
Set filters to a particular handler
-
Create the Custom Handler Class
Implement Multiple-Tier Design
-
Compare the BrokerTool two-tier design with the three-tier design for the same application
-
Explain how you can use the Java technology package, java.net to implement networking applications
-
Demonstrate how to use the Command design pattern in the application
-
Apply the Strategy design pattern to create reusable code
-
Describe how you can implement the network client
-
Describe how you can implement the network server
Implement Advanced Multiple-Tier Design
-
Use the new Java concurrency APIs to create a multithreaded server
-
Examine a thread pool
-
Identify integrity problems in multithreaded servers
-
Create a Generic Network Client Class
Communicate With Remote Objects Using Java RIM
-
Create remote objects
-
Use Java RMI to create a multi-tier application
-
Deploy a Java RMI Implementation of the Broker Model Interface
-
Create a Java RMI Implementation of the Broker View Interface
Web Component Development with Serviets & JSPs, Java EE 6 (Duration: 40 hours)
Prerequisites
Required Prerequisites
-
Design Java technology applications
-
Functionally describe the benefits of an n-tier architecture
-
Integrate existing Java code (for example, reuse existing classes created by other team members)
-
Write Java technology applications, demonstrating significant programming ability
-
Write a web page using HTML
-
Suggested Prerequisites
-
Object-Oriented Analysis and Design Using UML
-
Java Programming Language, Java SE 6
-
Developing Applications for the Java EE 6 Platform
Course Objectives
-
Write servlets using the Java programming language (Java servlets)
-
Create robust web applications using MVC architecture, session management, filters, and database integration
-
Write JSP pages
-
Create easy to maintain view components using JSP pages, the Expression Language, and elements of the JSP Standard Tag Library Create secure web applications using the features of the Java EE web container
Course Topics
-
Introduction to Java Servlets
-
Describe web applications, CGI, and the role of Java
-
Describe benefits of Java servlet technology
-
Create a simple Java Servlet
-
Define three-tier architecture
-
Define Model-View-Controller (MVC) architecture
Introduction to Java Server Pages
-
Describe why Servlets are notthe whole solution
-
Describe essentials of JSPs
-
Understand the fundamentals and reasons for MVC architecture
Implementing an MVC Design
-
Code a controller using a servlet
-
Code a view using a JSP
-
Forward control from a servlet to a JSP
-
Understand fundamentals of EL
-
Implement a simple MVC system
The servlet's environment
-
Understand more details of the HTTP protocol
-
Understand fundamentals of HTML forms
-
Understand fundamentals of the Http Servlet and related APIs
-
Write code that manages client sessions and cookies
Container facilities for servlets and JSPs
-
Understand the purpose and structure of deployment descriptors
-
Control context root and servlet mapping
-
Create and use context and in it parameters
-
Use annotations to configure servlets
More view facilities
-
Understand the four data scopes
-
Understand and use EL dot and array access operators with Java Beans, arrays, and collections
-
Understand and use EL implicit objects
-
Create and use arithmetic expressions in EL
-
Identify the need for iteration and selection in the view, and use JSTLtags to address those needs
Developing JSP pages
-
Understand the origins, benefits, and weaknesses of JSPs
-
Describe JSP technology, the conversion of JSPs to servlets, and the lifecycle of JSPs
-
Understand JSP scripting elements, declarations and directives
-
Use JSP implicit variables
-
Understand and use jsp: tags
Developing JSP pages using custom tags
-
Relate the JSTL to common job roles in web application development and understand the use of tags in JSP development
-
Recognize correct syntax for tags
-
Configure a JSP to use tags from the JSTL
-
Write JSP code using several standard tags
-
List capabilities of JSTL tags
More Controller facilities
-
Understand the servlet lifecycle
-
Describe and use more advanced elements of the servlet APIs
-
Create filters and use them in web applications
More options for the Model
-
Understand the roles of JDBC and JPA
-
Understand the many elements that make up the model
-
Understand fundamentals of connecting to a database using JDBC or JPA
Asynchronous web applications
-
Understand the interactions that are essential to asynchronous web pages
-
Understand the role of AJAX-style client side programming
-
Implement asynchronous servlets using the facilities of Java EE 6
Web application security
-
Understand the role of the container in security
-
Describe and implement four authentication models
-
Force the use of encryption between a web application and the client browser
-
Understand the role of JAAS in pluggable/extensible authentication for web applications
Classroom - Regular | ||||
When | Duration | Where | Remarks | Price |
Not Specified | Not Specified | All Venues | Not Specified | Price On Request |
Vadodara, Subhanpura (Corporate Office):- 204,205, Pujer Complex Opp. Golden Silver Appt Subhanpura, Vadodara - 390 023, Gujarat, India
Ahmedabad, Paldi (Regional/Local Office):- 4th Floor, Murlidhar Complex, Fatehpura Cross Rd. Opp. Ankur School Paldi, Ahmedabad - 380 007, Gujarat, India
Jaipur, Sindhi Camp (Regional/Local Office):- 1st Floor, A-135, 136, 137, City Center, Sansar Chandra Road Sindhi Camp, Jaipur, Rajasthan, India
New Delhi, Pitampura (Regional/Local Office):- 366, Kohat Enclave Pitampura, New Delhi - 110088, Delhi, India
Indore, A. B. Road (Regional/Local Office):- 203, 2nd Floor, Saket Tower, Ratlam Kothi, Opp. Rukmani Motors Gitabhavan Square Nr. IDBI Bank A. B. Road, Indore, Madhya Pradesh, India
Pune, Shivaji Nagar (Regional/Local Office):- 1st Floor, Laxmi Sadan Apartments, Opp. Kalmadi Petrol Pump J.M. Road Shivaji Nagar, Pune - 411001, Maharashtra, India
Ahmedabad, Maninagar (Branch):- 4th Floor, Nikunjchhaya Complex Nr. Sankalp Restaurant, Krishnabaug Maninagar, Ahmedabad - 380 008, Gujarat, India
Ahmedabad, Ashram Road (Branch):- 2rd, Floor, Dhanlakshmi Complex, Opp. Jet Airways Office Income Tax - Cross Road Ashram Road, Ahmedabad, Gujarat, India
Gandhinagar, Chandkheda (Branch):- 208 Sarjan II, Above Punjab National Bank New C.G.Road Chandkheda, Gandhinagar, Gujarat, India
Ahmedabad, Naranpura (Branch):- B-408, Shivalik Yash, 132ft Ring Road Opp Shastri Nagar BRTS Bus stand, Naranpura cross road Naranpura, Ahmedabad, Gujarat, India
Anand, Vallabh Vidyanagar (Branch):- Lotos Complex, Nr. R .K. Cycle Store, B/h. Ambassy Centre Mota Bazar Vallabh Vidyanagar, Anand - 390023, Gujarat, India
Bhavnagar, Waghawadi Road (Center):- Waghawadi Road, Bhavnagar, Gujarat, India
Bhuj, Jubily Mandvi Road (Center):- Jubily Mandvi Road, Bhuj, Gujarat, India
Deesa, Gayatri Mandir (Center):- Gayatri Mandir, Deesa, Gujarat, India
Gandhidham, Tagore Road (Center):- Tagore Road, Gandhidham, Gujarat, India
Godhra, Anandnagar (Center):- Ankleswer Mahadev Raod Anandnagar, Godhra, Gujarat, India
Jamnagar, Sunnair Club Road (Center):- Sunnair Club Road, Jamnagar, Gujarat, India
Junagadh, Vnazari Garbi Chowk (Center):- Vnazari Garbi Chowk, Junagadh, Gujarat, India
Mahesana, Nagalpur (Center):- Nr. Nagalpur Khadiya Collage Nagalpur, Mahesana, Gujarat, India
Palanpur, Zilla Parishad (Center):- Zilla Parishad, Palanpur, Gujarat, India
Patan, Sidhpur Cross Road (Center):- Sidhpur Cross Road, Patan, Gujarat, India
Surat, Race Course Road (Center):- Bhulka Bhavan Race Course Road, Surat, Gujarat, India
Valsad, Avabai School Road (Center):- Avabai School Road, Valsad, Gujarat, India
Veraval, Tower Chowk (Center):- Tower Chowk, Veraval, Gujarat, India
Visnagar, Station Road (Center):- Station Road, Visnagar, Gujarat, India
Ujjain, Dewas Gate (Center):- Dewas Gate, Ujjain, Madhya Pradesh, India
Bhopal, M. P. Nagar (Center):- M.P. Nagar Zone 2 M. P. Nagar, Bhopal, Madhya Pradesh, India
Jabalpur, Home Science College Road (Center):- Home Science College Road, Jabalpur, Madhya Pradesh, India
Ratlam, Station Road (Center):- Station Road, Ratlam, Madhya Pradesh, India
IANT (Institute of Advance Network Technology)
India's No.1 Hardware and Networking Institute. IANT is emerging as a prospectiveleader in IT education and headed to establish a landmark in Education Industry.Quality thoughts & quality trend is driving the organization to adapt latest technology& techniques. Technological growth of students is perforated with personality traits,which make them an asset for any organization.
As far as IT industry is concerned, old is obsolete. we are proactive to our vendorsto launch their latest technology to be the first ones in country to introduce.