What is java programming with example

What is java programming with example

  • Introduction to Java
  • The complete History of Java Programming Language
  • C++ vs Java vs Python
  • How to Download and Install Java for 64 bit machine?
  • Setting up the environment in Java
  • How to Download and Install Eclipse on Windows?
  • JDK in Java
  • How JVM Works – JVM Architecture?
  • Differences between JDK, JRE and JVM
  • Just In Time Compiler
  • Difference between JIT and JVM in Java
  • Difference between Byte Code and Machine Code
  • How is Java platform independent?
  • Decision Making in Java (if, if-else, switch, break, continue, jump)
  • Java if statement with Examples
  • Java if-else
  • Java if-else-if ladder with Examples
  • Loops in Java
  • For Loop in Java
  • Java while loop with Examples
  • Java do-while loop with Examples
  • For-each loop in Java
  • Continue Statement in Java
  • Break statement in Java
  • Usage of Break keyword in Java
  • return keyword in Java
  • Object Oriented Programming (OOPs) Concept in Java
  • Why Java is not a purely Object-Oriented Language?
  • Classes and Objects in Java
  • Naming Conventions in Java
  • Java Methods
  • Access Modifiers in Java
  • Java Constructors
  • Four Main Object Oriented Programming Concepts of Java
  • Inheritance in Java
  • Abstraction in Java
  • Encapsulation in Java
  • Polymorphism in Java
  • Interfaces in Java
  • ‘this’ reference in Java

Источник

Java Guides

This is a complete in-depth core Java Tutorial for beginners. This core Java Tutorial contains the links of all the tutorials in a systematic order starting from the beginner’s level to the advanced topics.

Читайте также:  Php error log files

The source code examples from this up-to-date tutorial are developed using JDK 8 or later and are well tested in our local development environment. This tutorial contains more than 300 + articles with source code examples.

YouTube Video — JDK, JRE and JVM

Getting Started

Java Language Basics

  1. Variables in Java
  2. Java main() Method
  3. Java Access Modifiers
  4. Arithmetic Operators
  5. Bitwise Operators
  6. Equality, Relational, and Conditional Operators
  7. Primitive Data Types in Java
  8. Java if Statement
  9. Java Switch Case Statement
  10. Java for Loop
  11. Java while Loop
  12. Java do while Loop
  13. Java continue Statement
  14. Java break Statement

Java Array Tutorial

Java Object-Oriented Programming

  1. What Is Object in Java with Programming Examples
  2. What is Class in Java with Programming Examples
  3. What are All the Different Ways to Create an Object in Java?
  4. java.lang.Object Class methods with Examples
  5. Java Interface
  6. Java Abstract Class
  7. Abstraction in Java with Example
  8. Encapsulation in Java with Example
  9. Inheritance in Java with Example
  10. Polymorphism in Java with Example
  11. Composition in Java with Example
  12. Aggregation in Java with Example
  13. Association in Java with Example
  14. Cohesion in Java with Example
  15. Coupling in Java with Example
  16. Delegation in Java with Example
  17. Oops Concepts in Java
  18. How to Make Immutable Class in Java
  19. Packages in Java with Examples
  20. Overloading Constructors in Java with Examples
  21. Method Overloading in Java with Examples
  22. Nested Classes in Java

Wrapper Classes Tutorial

String Handling Tutorial

  1. Java String Class API Tutorial
  2. Java StringBuffer Class API Tutorial
  3. Java StringBuilder Class API Tutorial
  4. Guide to Java String Constant Pool
  5. Guide to String Best Practices in Java (Best Practice)
  6. String Special Operations with Examples
  7. String Comparison Methods with Examples
  8. String Methods for Character Extraction
  9. String Searching Methods with Examples
  10. String Modifying Methods with Examples

Exception Handling Tutorial

  1. Java Exception Handling Guide
  2. How the Exception Handling Works in Java
  3. Three Types of Exceptions in Java
  4. Exceptions Hierarchy in Java
  5. Java Chained Exceptions
  6. java.lang.Throwable Class in Java
  7. Exception Handling Keywords in Java
  8. Java try/catch Block
  9. Java throw Keyword
  10. Java throws Keyword
  11. Java finally Block
  12. The try-with-resources Statement
  13. Advantages of Java Exceptions
  14. Java Exception Handling Best Practices

Collection Framework Tutorial

  1. Collections Framework in Java
  2. Collections Framework — The Collection Interface
  3. Collections Framework — The Set Interface
  4. Collections Framework — The SortedSet Interface
  5. Collections Framework — The List Interface
  6. Collections Framework — The Queue Interface
  7. Collections Framework — The Deque Interface
  8. Collections Framework — The Map Interface
  9. Collections Framework — The SortedMap Interface
  10. Collections Framework — ArrayList Class
  11. Collections Framework — LinkedList Class
  12. Collections Framework — CopyOnWriteArrayList
  13. Collections Framework — HashSet Class
  14. Collections Framework — LinkedHashSet Class
  15. Collections Framework — TreeSet Class
  16. Collections Framework — CopyOnWriteArraySet
  17. Collections Framework — EnumSet
  18. Collections Framework — HashMap Class
  19. Collections Framework — LinkedHashMap Class
  20. Collections Framework — TreeMap class
  21. Collections Framework — EnumMap
  22. Collections Framework — WeakHashMap
  23. Collections Framework — IdentityHashMap
Читайте также:  Прямая через две точки python

Java Generics Tutorial

Java Input/Output Tutorials

  1. Create File
  2. Write File
  3. Delete File
  4. Copy File
  5. Move File
  6. Rename File
  7. Append to File
  8. Read File using BufferReader
  9. Read File using BufferInputStream
  10. Read File using DataInputStream
  11. Get File Size in Bytes KB MB GB TB
  12. How to write an Object to file in Java
  13. How to Read Object from File
  14. Compress Files in ZIP format in Java
  15. Decompress Files from a ZIP file in Java
  16. Get the current working directory
  17. Create a directory
  18. Delete directory
  19. Copy directory
  20. Traverse /List a directory structure
  21. Check if the directory is empty

Java Multithreading Tutorial

  1. How to Create and Start a Thread in Java
  2. Java Thread Sleep Example
  3. Java Thread Join Example
  4. Java Thread Set Name Example
  5. Java Thread interrupt Example
  6. Java Thread Priority Example
  7. Java Thread isAlive Example
  8. ThreadGroup class in Java
  9. Thread Class in Java
  10. Runnable Interface in Java
  11. Synchronization in Multithreading Java
  12. ThreadLocal class in Java

Java Reflection Tutorial

Serialization in Java

Java Annotations

Java Language Keywords

  1. abstract Java Keyword
  2. assert Java Keyword
  3. boolean Java Keyword
  4. break Java Keyword
  5. byte Java Keyword
  6. case Java Keyword
  7. catch Java Keyword
  8. char Java Keyword
  9. class Java Keyword
  10. continue Java Keyword
  11. default Java Keyword
  12. do Java Keyword
  13. double Java Keyword
  14. else Java Keyword
  15. enum Java Keyword
  16. extends Java Keyword
  17. final Java Keyword
  18. finally Java Keyword
  19. float Java Keyword
  20. for Java Keyword
  21. if Java Keyword
  22. implements Java Keyword
  23. import Java Keyword
  24. instanceof Java Keyword
  25. int Java Keyword
  26. interface Java Keyword
  27. long Java Keyword
  28. native Java Keyword
  29. new Java Keyword
  30. package Java Keyword
  31. private Java Keyword
  32. protected Java Keyword
  33. public Java Keyword
  34. return Java Keyword
  35. short Java Keyword
  36. static Java Keyword
  37. strictfp Java Keyword
  38. super Java Keyword
  39. switch Java Keyword
  40. synchronized Java Keyword
  41. this Java Keyword
  42. throw Java Keyword
  43. throws Java Keyword
  44. transient Java Keyword
  45. try Java Keyword
  46. void Java Keyword
  47. volatile Java Keyword
  48. while Java Keyword
  49. goto Java Keyword
  50. const Java Keyword

Java best practices

  1. Java Enums and Annotations Best Practices
  2. Java Generics Best Practices
  3. JUnit Framework Best Practices
  4. Single Responsibility Principle
  5. Liskov’s Substitution Principle
  6. Interface Segregation Principle
  7. Dependency Inversion Principle
  8. Open Closed Principle
  9. Oops principles in java
  10. Restful API Best Practices
  11. JSP Best Practices
  12. JDBC Best Practices
  13. Collection Best Practices
  14. String Best Practices in Java
  15. Exception Handling Best Practices
  16. Synchronization Best Practices
  17. Guide to JDBC Best Practices
  18. Serialization Best Practices
Читайте также:  Creating java project with maven

Java Swing (GUI) Tutorials

  1. Java Swing Hello World Example Tutorial
  2. Java Swing Application with Database Connection
  3. Login Application using Java Swing + JDBC + MySQL Example Tutorial
  4. Registration Form using Java Swing + JDBC + MySQL Example Tutorial
  5. Java Swing Exit Button
  6. Swing ToolTip Tutorial with Example
  7. Java Swing BorderLayout Example
  8. Java Swing GridLayout Tutorial with Examples
  9. Swing Mouse Move Events using MouseMotionAdapter
  10. Java Swing CheckBox Example
  11. Java Swing Radio Button Example
  12. Java Swing Progress Bar Example
  13. Java Swing Combo Box Example
  14. Java Swing Slider Example
  15. Java Swing Toggle Button Example

JavaFX Tutorials

Java Programs (For Practices and interviews)

  1. String Programs in Java with Output
  2. Java Program to Count Number of Duplicate Words in String
  3. Java Program to Count Number of Words in Given String
  4. Java Program to Count the Number of Occurrences of Substring in a String
  5. Java Program to Count the Occurrences of Each Character in String
  6. Java Program to Merge two String Arrays
  7. Java Program to Remove Duplicate Words from String
  8. Java Program to Reverse a String(5 ways)
  9. Java Program to Reverse Each Word of a String
  10. Java Program to Swap Two Strings
  11. How to Check if the String Contains only Digits
  12. How to Check if the String Contains only Letters
  13. How to Check If the String Contains Only Letters or Digits
  14. Java Program to Check if Input String is Palindrome
  15. Java Program to Find all Permutations of String
  16. Java Program to Remove Duplicate Elements in an Array
  17. Java Program to Find Largest Element in an Array
  18. Java Program to Reverse an Array Without Using Another Array
  19. Java Program to Check the Equality of Two Arrays
  • Get link
  • Facebook
  • Twitter
  • Pinterest
  • Email
  • Other Apps

Comments

Post a Comment

Subscriber to my top YouTube Channel (105K+ Subscribers)

My Udemy Course: Building Microservices with Spring Boot and Spring Cloud

Spring Boot Thymeleaf Real-Time Web Application Course

My Udemy Course — Testing Spring Boot Application with JUnit and Mockito

My Udemy Course — Building Real-Time REST APIs with Spring Boot

My Udemy Course — Master Spring Data JPA with Hibernate

My Udemy Course — Spring Boot RabbitMQ Course — Event-Driven Microservices

My Udemy Course — Spring Boot + Apache Kafka Course

About Me

Hi, I am Ramesh Fadatare. I am VMWare Certified Professional for Spring and Spring Boot 2022.

I am founder and author of this blog website JavaGuides, a technical blog dedicated to the Java/Java EE technologies and Full-Stack Java development.

All the articles, guides, tutorials(2000 +) written by me so connect with me if you have any questions/queries. Read more about me at About Me.

Top YouTube Channel (75K+ Subscribers): Check out my YouTube channel for free videos and courses — Java Guides YouTube Channel

Источник

What is java programming with example

Learn Latest Tutorials

Splunk tutorial

SPSS tutorial

Swagger tutorial

T-SQL tutorial

Tumblr tutorial

React tutorial

Regex tutorial

Reinforcement learning tutorial

R Programming tutorial

RxJS tutorial

React Native tutorial

Python Design Patterns

Python Pillow tutorial

Python Turtle tutorial

Keras tutorial

Preparation

Aptitude

Logical Reasoning

Verbal Ability

Company Interview Questions

Artificial Intelligence

AWS Tutorial

Selenium tutorial

Cloud Computing

Hadoop tutorial

ReactJS Tutorial

Data Science Tutorial

Angular 7 Tutorial

Blockchain Tutorial

Git Tutorial

Machine Learning Tutorial

DevOps Tutorial

B.Tech / MCA

DBMS tutorial

Data Structures tutorial

DAA tutorial

Operating System

Computer Network tutorial

Compiler Design tutorial

Computer Organization and Architecture

Discrete Mathematics Tutorial

Ethical Hacking

Computer Graphics Tutorial

Software Engineering

html tutorial

Cyber Security tutorial

Automata Tutorial

C Language tutorial

C++ tutorial

Java tutorial

.Net Framework tutorial

Python tutorial

List of Programs

Control Systems tutorial

Data Mining Tutorial

Data Warehouse Tutorial

Javatpoint Services

JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.

  • Website Designing
  • Website Development
  • Java Development
  • PHP Development
  • WordPress
  • Graphic Designing
  • Logo
  • Digital Marketing
  • On Page and Off Page SEO
  • PPC
  • Content Development
  • Corporate Training
  • Classroom and Online Training
  • Data Entry

Training For College Campus

JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week

Like/Subscribe us for latest updates or newsletter RSS Feed Subscribe to Get Email Alerts Facebook Page Twitter Page YouTube Blog Page

Источник

Оцените статью