Gino's Java 8 and 11 Certification + Interview Guide
Gino's Java 8 and 11 Certification + Interview Guide, available at $64.99, has an average rating of 4.75, with 218 lectures, based on 59 reviews, and has 354 subscribers.
You will learn about Interview preparation for all the chapters Watch me solve tons of tricky exam questions Learn to solve tricky questions on Datatypes, loops, operators, methods, OOP Master Package concepts for exam + Access Specifier's tricky aspects Constructors, Dealing with Static and Non static data/methods Inheritance and Polymorphism ( exam + interview coverage ) Abstract class, interface improvements, Lambdas, Method Reference, Functional interfaces Java's Predicate, Supplier, Consumer, Function, BiFunction, UnaryOperator, BInaryOperator interfaces Arrays, Strings, Collection Framework Modular Programming – JPMS – Modules – Service Provider This course is ideal for individuals who are Beginner newbies to intermediates or Those who want to upgrade their java knowledge or Students/Working Professionals preparing for java certification It is particularly useful for Beginner newbies to intermediates or Those who want to upgrade their java knowledge or Students/Working Professionals preparing for java certification.
Enroll now: Gino's Java 8 and 11 Certification + Interview Guide
Summary
Title: Gino's Java 8 and 11 Certification + Interview Guide
Price: $64.99
Average Rating: 4.75
Number of Lectures: 218
Number of Published Lectures: 218
Number of Curriculum Items: 218
Number of Published Curriculum Objects: 218
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Interview preparation for all the chapters
- Watch me solve tons of tricky exam questions
- Learn to solve tricky questions on Datatypes, loops, operators, methods, OOP
- Master Package concepts for exam + Access Specifier's tricky aspects
- Constructors, Dealing with Static and Non static data/methods
- Inheritance and Polymorphism ( exam + interview coverage )
- Abstract class, interface improvements, Lambdas, Method Reference, Functional interfaces
- Java's Predicate, Supplier, Consumer, Function, BiFunction, UnaryOperator, BInaryOperator interfaces
- Arrays, Strings, Collection Framework
- Modular Programming – JPMS – Modules – Service Provider
Who Should Attend
- Beginner newbies to intermediates
- Those who want to upgrade their java knowledge
- Students/Working Professionals preparing for java certification
Target Audiences
- Beginner newbies to intermediates
- Those who want to upgrade their java knowledge
- Students/Working Professionals preparing for java certification
*Brand New Course*
——————————————————————————
2022 updates released:
1)Detailed Migration strategies – converting Non Modular project to Modular project
2)Cyclic Dependencies with modules
2)Practise with me Real time Tricky Questions on String
3)Practise with me Real time Tricky Questions on StringBuilder
———————————————————————————
Nov-Dec 2021 updates released:
1) Master StringBuilder from certification exam perspective
-
Quick intro
-
String vs StringBuilder
-
Solve tricky exam questions on capacity of StringBuilder
-
Learn common API methods
-
Interview – Java 11 feature – How to compare StringBuilder objects
2) New update in JPMS chapter
-
Run ServiceLoader to detect custom service provider plugins in JPMS modular application
————————————————————————————–
Master some of the most confusing concepts from scratch, for Oracle’s Java 8 and 11 Certification Exams.
Are you looking for a genuine, up-to-date course that provides simple & easy to digest lessons on complex scenarios of Java 8 ( Exam 1Z0-808 and Exam 1Z0-809 ) or Java 11 certification exam 1Z0-819 ?
But wait. What about interviews?
Good news !
For the first time in udemy’s history, this is an all-in-one course that covers programming, certification and interview questions, in-detail, and is up-to-date for 2021.
*HEAVY INTERVIEW COVERAGE*
This course discusses interview aspects of 14 chapters with best practices described, wherever applicable. ( Read below for complete list of topics covered in this course )
These important chapters are covered in great detail, from Java 8 and 11 examperspective.
What you get?
-
Full HD lessons, recorded in professional studio.
-
200+ lectures.
-
21+ hours of content
You also get active instructor support. This is not a udemy course where students are abandoned and left stranded. We take great pride in responding to queries and are active in the forum answering EVERY SINGLE QUESTION. No matter how trivial or how advanced your query, we got you covered 🙂
“Hi Good Morning, Thank you so much for providing such information related to Lambda and Function interface. Today I have cleared the 1Z0-819 Java SE 11 Exam. There are 3 questions related to functional interface and Lambda expression. Your Course helps me to choose the right answer. Thank you so much”
In this course, we inspect some of the most important chapters where students usually face difficulties when preparing for the real exam. These chapters are taught in great detail, and there is rigorous coverage from the exam’s perspective.
Because of the heavy emphasis on the exam’s objectives, this course covers several topics that perplex students and are usually brushed aside or skipped in standard courses and books.
There’s a lot covered but here’s a quick summary of what you will learn when you enroll in this course:
-
Strong foundations
-
Tricky scenarios with main method that stump students in exam.
-
Common programming errors
-
var args
-
Interview questions discussed in detail
-
-
Tricky aspects of Datatypes from exam perspective, in detail.
-
Integer and floating types in detail
-
Practise tricky questions with zero, integers and floating numbers
-
How to solve questions on number systems
-
char datatype
-
Interview questions
-
Escape sequence in detail and solve tricky questions
-
Boolean datatype
-
Keywords, identifier rules for exam, variables and constants
-
Using underscores with numbers
-
-
Exam oriented coverage of operators
-
Arithmetic, Relational, BItwise and Logical operators in detail
-
How to solve tricky questions on each of these operators in real exam
-
Interviews
-
command line args
-
-
Learn how to solve loop based questions
-
In depth coverage of if, if else, switch, break, continue
-
Watch how to solve tricky questions on loops and if else conditions in exam
-
-
Classes and Objected
-
Object vs Classes
-
Tricky aspects of functions
-
How to invoke instance & static methods
-
Interviews
-
-
Master packages and access specifiers ( in-depth coverage)
-
Best ways to create, compile and run package based programs (imp for exam)
-
Practise Tricky questions on Access specifiers with members and classes
-
Tricky rules of protected access specifier ( imp for exam )
-
Interviews
-
-
All about Constructors, static and non-static
-
static vs instance (data + methods) + Rules to remember for certification exam
-
Constructors and parameterized constructors
-
Type Promotion (imp for exam)
-
constructor chaining
-
-
Inheritance and Polymorphism bible
-
All basics covered
-
Solve tricky scenarios of constructors combined with inheritance
-
Overloading
-
Overriding
-
Decoding Method Hiding
-
Hiding Data
-
Interviews
-
Compile time and Run time behavior of polymorphic calls
-
How to detect/prevent ClassCastException
-
-
Abstract class vs Interface (Including Java 11 updates)
-
in depth coverage of abstract class and interface
-
Why interface ?
-
Mystery of constructors
-
Interviews
-
Solve tricky questions on abstract classes and interfaces
-
Interface improvements (Default, static and private interface methods_
-
-
Welcome to Java 8 party ( Lambda and Method Reference in-depth analysis )
-
Practise tricky questions on functional interfaces
-
Why Functional Programming ?
-
Practise tricky questions on lambdas
-
Confusion of void compatible Lambda + Practice questions
-
Local variable vs Instance variables with Lambdas
-
Exam rules for Method Reference with void methods and non-void methods
-
Method Reference for static and instance methods
-
In depth coverage of Method Reference on parameters
-
Constructor Reference + Practice questions
-
Interviews
-
-
Java’s inbuilt functional interfaces
-
All the basics covered
-
Tons of solving practice questions on Predicate, BiPredicate, Supplier, Consumer, BiConsumer, Function, BiFunction, UnaryOperator, BinaryOperator interfaces
-
-
Arrays and Strings
-
Visualizing multidimension arrays
-
Arrays of primitives vs objects
-
Pass and Return arrays to methods
-
Solve practice questions on Java’s Arrays class
-
complete coverage of strings
-
Interviews
-
String Constant Pool
-
StringBuilder vs String + API
-
Tricky questions on StringBuilder capacity
-
Compare StringBuilders ( Java 11 )
-
Method chaining
-
Practice tricky questions on String & StringBuilder
-
-
Collections framework
-
Common methods + Java 8’s methods of Collection Interface
-
Traversing Collection<E> before and after Java 8 ( Best way for interview also discussed )
-
ArrayList, LinkedList, Set, Map
-
Interviews
-
Queue
-
Deque
-
When to use Map over List, Set, Queue
-
Traverse key and values of Map individually ( Java 8 included )
-
Traverse key and values of Map as pairs ( Java 8 included )
-
Entry interface
-
Java 8’s methods
-
-
Modular Programming ( Java 9 )
-
Best way to structure a modular application
-
Interviews
-
Deploying modular project into a jar
-
Transitivity
-
module-path vs class-path
-
Modular dependencies with Jdeps
-
imp command line options
-
Live demo of ServiceLoader and ServiceProvider in a modular application
-
Types of Modules ( includes module path vs classpath discussion )
-
Migration approach for migrating non-modular java project into a modular one
-
Cyclic dependencies
-
“I am a teacher preparing my students to take a certification in Java and I was looking at this course for inspiration. I intend to have my students work through this course in addition to the normal class work as I found it better in some way than the preparation the school purchased for us to use. The explanations are simple enough that even people with little/no Java experience can understand without “dumbing down” the information”
If you’ve enrolled in our previous courses, you know the high standards we set. This course is no different.
All our courses provide:
-
Extremely high quality professional tutorials expressed in articulate English
-
Intelligently designed curriculums that simplify complicated topics, and present them in an easy-to-remember manner.
Java is rapidly changing. If you are in serious need to upgrade your java knowledge, this course is your best bet.
—————————————————————————————————————————–
Image credits:
Designed using Storyset and Freepik
Course Curriculum
Chapter 1: Strong Foundation
Lecture 1: Exam details
Lecture 2: How to buy exam voucher for OCA 8 Exam 1Z0-808
Lecture 3: How to buy exam voucher for OCP 8 Exam 1Z0-809
Lecture 4: How to buy exam voucher for OCP 11 Exam 1Z0-819
Lecture 5: Java Platforms
Lecture 6: Java 11 installation – Mac, WIndows, Linux
Lecture 7: How to create and run programs in java
Lecture 8: Common errors
Lecture 9: Importance of compiler
Lecture 10: Tricky exam scenarios of main method
Lecture 11: Compute expression
Lecture 12: Var args intro
Lecture 13: Interview – JDK vs JRE vs JVM + Java 11 scenario
Lecture 14: Interview – Explain Java's Platform Independence
Lecture 15: Interview – POP vs OOP from software engineering perspective
Lecture 16: Interview – Explain JVM internal working
Lecture 17: Coding Homework
Chapter 2: Tricky aspects of datatypes, imp for Exam
Lecture 1: Integer datatypes
Lecture 2: Tricky questions on Integer datatypes
Lecture 3: Lets get to fractional numbers next
Lecture 4: Exam tricky cases of fractional numbers with zero
Lecture 5: How to solve questions on Decimal number system
Lecture 6: How to solve questions on Octal number system
Lecture 7: How to solve questions on HexaDecimal number system
Lecture 8: How to solve questions on Binary number system
Lecture 9: char datatype and String datatype
Lecture 10: Interview – Character Encoding ? Why UNICODE ?
Lecture 11: Tricky questions on char + solving the PI problem
Lecture 12: Escape sequence in detail
Lecture 13: Tricky questions on Escape Sequence and Unicode
Lecture 14: Coding Homework – Escape Sequences
Lecture 15: Boolean Datatype + Practice questions
Lecture 16: Keywords and Identifier Rules
Lecture 17: Tricky questions on variables and constants
Lecture 18: Underscore with numbers – Java 7 feature
Chapter 3: Tricky Aspects of Operators for Exam
Lecture 1: Arithmetic Operators part 1
Lecture 2: Arithmetic Operators Part 2
Lecture 3: Tricky exam cases with arithmetic operators -part 1
Lecture 4: Tricky exam cases with arithmetic operators – part 2
Lecture 5: Program demo
Lecture 6: Relational operators
Lecture 7: Boolean Logical operators
Lecture 8: Practise Exam Question on Logical operators
Lecture 9: Bitwise Operators
Lecture 10: Practising tricky questions for bitwise operators
Lecture 11: Type conversion
Lecture 12: Type Casting
Lecture 13: String to numeric conversion
Lecture 14: Working with command line arguments
Lecture 15: program using cmd line args
Lecture 16: Project – Coding Homework
Chapter 4: Learn to solve tricky questions on loops
Lecture 1: The if statement
Lecture 2: The if else statement
Lecture 3: if else – part 2
Lecture 4: switch statement + Interview: When to use it ?
Lecture 5: Tricky cases of switch for exam and interviews
Lecture 6: Tricky switch cases part 2
Lecture 7: while loop
Lecture 8: Program using while loop
Lecture 9: Do while loop
Lecture 10: Program using Do while loop
Lecture 11: For loop realtime simulation
Lecture 12: Tricky exam questions on loops
Lecture 13: Tricky exam questions on loops part 2
Lecture 14: When to use nested loops
Lecture 15: Real time Simulation of nested loops
Lecture 16: Break keyword with loops
Lecture 17: continue keyword with loops
Chapter 5: Classes and objects – OOP
Lecture 1: classes n objects
Lecture 2: Functions + Tricky exam aspects
Lecture 3: Practice tricky questions on functions
Lecture 4: Types of variables
Lecture 5: Instance methods
Lecture 6: Create and invoke static methods
Lecture 7: passing primitives to functions
Lecture 8: passing references/objects to functions
Chapter 6: Master Packages and Access Specifiers ( in-depth )
Lecture 1: Create, Compile and Run Package based programs
Lecture 2: Automatic package folder creation
Lecture 3: importing packages
Lecture 4: Common in-built packages
Lecture 5: Basics of Inheritance
Lecture 6: Access Specifiers with members
Lecture 7: Access Specifiers with classes + practice questions
Lecture 8: Protected Access Specifier
Lecture 9: Tricky rules of protected access specifier
Lecture 10: correctly ordering elements in a java file
Lecture 11: Solving issues when importing 2 classes of identical names
Lecture 12: Access specifiers with functions + Tricky questions
Lecture 13: Interview – How to apply encapsulation
Chapter 7: Constructors, static and non-static stuff
Lecture 1: static fields and instance fields implications
Lecture 2: static methods & instance methods
Lecture 3: Rules for invoking static and instance methods
Lecture 4: Rules for accessing static and instance data
Instructors
-
Coding With Gino ㅤ
Software Developer and Curriculum Designer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 2 votes
- 4 stars: 20 votes
- 5 stars: 37 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple