Core Java
search
⌘Ctrlk
Core Java
  • 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. 11) Flow Control

Problems

hashtag
1) Find whether the number is prime or not?

hashtag
2) Find whether the number is pallindrome or not?

hashtag
Coding Challenges:

LogoJava If-Else | HackerRankHackerRankchevron-right
LogoJava Loops I | HackerRankHackerRankchevron-right

LogoPrime Numbers | Practice ProblemsHackerEarthchevron-right
LogoProgramming tutorials, Coding problems, and Practice questionsHackerEarthchevron-right
LogoFibonacci Sequence | Practice ProblemsHackerEarthchevron-right
LogoFibonacci Pattern | Practice ProblemsHackerEarthchevron-right
LogoFibonacci Numbers | HackerRankHackerRankchevron-right

PreviousLoop statements : break and continuechevron-leftNext12) Arrayschevron-right

Last updated 6 years ago