Core Java
Ctrlk
  • 1) Introduction to Java
  • 2) Features of Java
  • 3) Java setup
  • 4) Object and class
  • 5) Packages
  • 6) Data types
  • 7) More on Primitive Data types
  • --> Java User Input (Scanner)
  • 8) Variables
  • 9) Operators
  • 10) More on Operators
  • 11) Flow Control
    • If-else construct
    • Switch
    • For Loop
    • While loop
    • Do While loop
    • Loop statements : break and continue
    • Problems
  • 12) Arrays
  • 13) Methods
  • 14) Method Overloading
  • Problems OOPs
  • 15) Constructors
  • 16) Static keyword
  • 17) this keyword
  • 18) Access Modifiers
  • 19) Inheritance (is-a relationship)
  • 20) Method Overriding
  • 21) Final Keyword
  • 22) Super Keyword
  • Problems - Inheritance (till super keyword)
  • 23) Abstract Keyword
  • 24) Interfaces
  • 25) Inheritance Pitfalls
  • 26) Class inheritance versus interface inheritance
  • 27) Casting
  • 28) Object-oriented design principles
  • 29) Polymorphism
  • 30) String
  • Challenges
  • Threads
  • JRE JDK JVM
  • Untitled
  • Projects
    • Student Management System
  • Core Java Code - Git repo
    • Git repo URL
    • XML
    • Practice Links
Powered by GitBook
On this page

Was this helpful?

  1. 11) Flow Control

Problems

1) Find whether the number is prime or not?

2) Find whether the number is pallindrome or not?

Coding Challenges:

LogoJava If-Else | HackerRankHackerRank
LogoJava Loops I | HackerRankHackerRank

LogoPrime Numbers | Practice ProblemsHackerEarth
LogoProgramming tutorials, Coding problems, and Practice questionsHackerEarth
LogoFibonacci Sequence | Practice ProblemsHackerEarth
LogoFibonacci Pattern | Practice ProblemsHackerEarth
LogoFibonacci Numbers | HackerRankHackerRank

PreviousLoop statements : break and continueNext12) Arrays

Last updated 6 years ago

Was this helpful?