Java Programming Language

This tutorial covers the Java programming language and includes explanations of various programs. It also provides multiple choice questions and answers for exams and organizes the questions and answers by chapter. Improve your understanding and prepare for exams with this comprehensive resource.

Share Syllabus Quiz 💰 Free 📅 Friday, June 7, 2024 at 12:12 PM

1. Java History

Article 1 Questions

3. How Java Differs from C and C++

Article 10 MCQ Start Quiz

4. Java and Internet

Article

5. Java Characteristics: A Comprehensive Guide

Article 16 MCQ 2 Questions Start Quiz

7. TCS Core Java Questions

Article 12 MCQ Start Quiz

3. Escape sequences in Java

Article 10 MCQ Start Quiz

4. Character Set in Java

Article

5. Basic Structure of Java Program

Article MCQ

6. Simple Program of Java- Hello World!

Article 1 MCQ 2 Questions Open Video

7. Programming pattern

Article

8. Path Setting

Article 2 Questions

9. Installing and Configuring

Article

10. Download Java Development Kit -JDK

Article 2 MCQ

11. JRE - Java Runtime Environment

Article

12. JDK - Java Development Kit

Article 2 MCQ 4 Questions

13. JVM - Java Virtual Machine

Article 4 MCQ

14. Compilation and Execution Process

Article 10 MCQ 16 Questions Start Quiz

1. Introduction to Data type Java

Article 4 MCQ 1 Program 4 Questions

3. Unicode System in Java

Article 2 Program

4. boolean - Data Type in Java

Article 3 MCQ 1 Program

7. int - Data Type in Java

Article 2 MCQ 1 Program

8. long - Data Type in Java

Article 3 MCQ 1 Program

9. float - Data Type in Java

Article 2 MCQ 1 Program

10. double - Data Type in Java

Article 3 MCQ 1 Program 1 Questions

11. Data Type Conversion or Casting in Java

Article 1 MCQ 4 Questions

1. Variable - in Java

Article 2 Questions

2. Variable initialization and Declaration - in Java

Article 1 Program 1 Questions

3. Variable Types and Scope- in Java

Article 1 Program

3. Relational Operators

Article 10 MCQ Start Quiz

7. instanceof operator in Java

Article 7 Program

8. Expression Evaluation in Java

Article MCQ

1. Control flow in programming

Article MCQ Open Video

2. Decision Making in Java Introduction

Article 1 Questions

3. if statement

Article 3 Program

4. if else Statement

Article 4 Program

5. Nested if Statement

Article 1 Program

6. if else if ladder

Article 2 Program

1. Loop Introduction in Java Language

Article 2 MCQ 1 Questions

2. While Loop in Java Language

Article 3 MCQ 12 Program Open Video

3. Do While Loop in Java Language

Article 5 MCQ 6 Program

4. Jump statements in Java

Article MCQ

5. Nested Loops in Java Language

Article 7 MCQ

6. Labeled For Loop in Java Language

Article 3 MCQ 2 Program

7. For each loop in Java Language

Article 2 MCQ 6 Program Open Video

8. For Loop in Java Language

Article 5 MCQ 7 Program

1. Introduction in String

Article 5 MCQ 37 Program

2. Immutable Strings and Interned Strings

Article

3. String comparision in Java

Article 1 MCQ

4. Sub String in Java

Article

5. StringBuffer in Java

Article 1 Program

6. StringBuilder in Java

Article

2. Insert an Element in the Middle of an Array

Article MCQ

3. Delete an Element in the Middle of an Array

Article MCQ

4. 2D and Multi-Dimension Array

Article 2 Program

1. Bubble Sort Implementation in Java

Article 8 MCQ Open Video

1. Class and Object Concept in Java

Article 1 MCQ 15 Program 20 Questions

2. Concept of Methods related to object

Article 1 MCQ 5 Program Open Video

3. Methods Overloading Java

Article 1 Program 5 Questions

5. Constructor overloading

Article 2 Program 1 Questions

7. this Keyword in Java

Article 16 Program

8. static Keyword in Java

Article 13 Program

9. Covariant return types

Article

10. finalize() method in java

Article 1 Questions

11. Recursion in Java

Article 1 Program

12. Pure Method in Java

Article 1 MCQ

13. Impure Method in Java

Article 1 MCQ

14. In Java, Object is the superclass of all other classes

Article MCQ

1. Number Class Introduction

Article 20 Program

2. Mathematical Library Methods in Java

Article 10 MCQ Start Quiz

3. decrementExact() method

Article

4. cosh() method

Article

5. copySign() method

Article

6. cbrt(double a) method

Article

7. addExact(long x, long y) method

Article

8. addExact(int x, int y) method

Article 1 Program

9. random() Method

Article 1 Program

10. toRadians() Method

Article 1 Program

11. toDegrees() Method

Article 1 Program

12. atan2() Method

Article 1 Program

13. getExponent(double d) method

Article

14. hypot(double x, double y) method

Article

15. toIntExact() method

Article

16. tanh() method

Article

17. sinh() method

Article

18. nextDown() method

Article

19. nextUp() method

Article

20. nextAfter() method

Article

21. negateExact() method

Article

22. multiplyExact() method

Article

23. incrementExact() method

Article

24. IEEEremainder(double f1,double f2) method

Article

25. atan() Method

Article 1 Program

26. acos() Method

Article 1 Program

27. rint() Method

Article 1 Program

28. floor() Method

Article 1 Program

29. ceil() Method

Article 1 Program

30. abs() method

Article 2 Program

31. parseInt() method

Article 15 Program

32. toString() Method

Article

33. valueOf() method

Article

34. equals() method

Article

35. compareTo() method

Article

36. xxxValue () Method in Java

Article

37. round() Method in

Article 1 Program

38. min() Method

Article 1 Program

39. asin() Method

Article 1 Program

40. tan() Method

Article 1 Program

41. cos() Method

Article 1 Program

42. sin() Method

Article 1 Program

43. sqrt() Method

Article 1 Program

44. pow() Method

Article 1 Program

45. log10() method

Article

46. log() Method

Article 1 Program

47. exp() Method

Article 1 Program

48. max() Method

Article 1 Program

1. Introduction to Character Class

Article 1 Program 1 Questions

4. isWhitespace()

Article 1 Program

5. isUpperCase()

Article 1 Program

6. isLowerCase()

Article

7. toUpperCase()

Article 1 Program

8. toLowerCase()

Article 1 Program

1. length() Method

Article 1 Questions

2. capacity() Method

Article

3. ensureCapacity() Method

Article

4. setLength() Method

Article

5. charAt() Method

Article 1 Program

6. setCharAt() Method

Article

7. getChars() Method

Article

8. append() Method

Article 1 Questions

9. insert() Method

Article

10. reverse() Method

Article

1. Vector Introduction

Article 2 Questions

2. Aggregation in Java (HAS-A)

Article

3. super keyword in Java

Article 6 Program

4. Instance initializer block

Article

5. static block in Java

Article

6. final keyword

Article 7 Program

7. Garbage Collection in Java

Article

1. Polymorphism in Java

Article 2 Program 2 Questions

1. Wrapper Class in Java

Article 58 Program 1 Questions

2. Nested Class In Java

Article

3. Command Line Argument

Article

1. Abstract class and method

Article 9 Program 4 Questions

1. Package Introduction

Article 3 Questions

2. Sub Package in Java

Article

3. static import in Java

Article

4. Access Modifiers in Java

Article

5. Non Access Modifiers in Java

Article

6. Encapsulation in Java

Article 1 MCQ Open Video

7. Access modifier Example 1

Article

8. Access modifier Example 2

Article

9. Access modifier Example 3

Article

10. Access modifier Example 4

Article

1. Introduction to Multithreading

Article 6 Questions

2. Life Cycle of Thread

Article 3 Questions

3. Create Thread

Article 6 Questions

1. Introduction to Exception Handling - Java

Article 17 Questions

2. try and catch

Article 4 Questions

3. Multiple catch block in java

Article

4. Nested try block in java

Article

1. Applet Introduction

Article 1 MCQ 29 Questions

2. Applet class and it's Skeleton

Article 1 MCQ

3. Graphics in Applet

Article 1 MCQ 4 Questions

4. Displaying Image in Applet

Article 1 MCQ

1. Java Language Fundamental

Article 30 MCQ Start Quiz

2. Java Data Types and Variables - MCQ

Article 51 MCQ Start Quiz

3. Java Language Basics

Article 12 MCQ Start Quiz

5. Literals in Java - MCQ

Article 10 MCQ Start Quiz

6. Declaration and Access Control in Java

Article 25 MCQ Start Quiz

9. Java Constructor and Methods

Article 32 MCQ Start Quiz

11. String in Java

19 MCQ Start Quiz

12. Overriding and Overloading in Java

Article 12 MCQ Start Quiz

13. Inheritance in Java MCQ

Article 31 MCQ Start Quiz

14. Java Interfaces And Abstract Classes MCQ

Article 20 MCQ Start Quiz

16. Java Exception MCQ

25 MCQ Start Quiz

17. Java Input Output MCQ

4 MCQ

18. Java Interviews MCQs

Article 18 MCQ Start Quiz

1. ICSE Computer Application - Class X - 2019 PYQ

Article MCQ 6 Program 4 Questions

2. ICSE Computer Application - Class X - 2020 PYQ

Article MCQ 6 Program 3 Questions

3. ICSE Computer Application - Class X - MCQ - CALCUTTA PUBLIC SCHOOL

Article 28 MCQ Start Quiz

4. ICSE Computer Application - Class X - 2018 PYQ

Article MCQ 6 Program 20 Questions

5. ICSE Computer Application - Class X - 2017 PYQ

Article MCQ 6 Program 19 Questions

6. ICSE Computer Application - Class X - 2016 PYQ

Article 6 Program 21 Questions

7. ICSE Computer Application - Class X - 2015 PYQ

Article 6 Program 21 Questions

8. ICSE Computer Application - Class X - 2014 PYQ

Article 6 Program 19 Questions

9. ICSE Computer Application - Class X - 2013 PYQ

Article MCQ 6 Program 20 Questions

10. ICSE Computer Application - Class X - 2012 PYQ

Article 7 Program 20 Questions

11. CSE Computer Application - Class X - 2011 PYQ

Article 19 Questions

12. ICSE Computer Application - Class X - 2010 PYQ

Article MCQ 11 Program 20 Questions

1. Project Question: Electricity Bill Calculator

Article

2. Project Solution: Electricity Bill Calculator

Article

1. Project Question: Hotel Booking System

Article

2. Project Solution: Hotel Booking System

Article

1. Project Question: Creating a Hollow Square with Diagonal Lines

Article

2. Project Solution: Creating a Hollow Square with Diagonal Lines

Article

1. Project Assignment: Creating an X Pattern

Article

2. Project Solution: Generating an X Pattern in Java

Article

1. Project Question: Hollow Square Pattern

Article

2. Project Solution: Hollow Square Pattern

Article

1. Project Assignment: How to Implement Binary Search

Article Open Video

2. Project Solution: How to Implement Binary Search

Article

1. Project Assignment: Determine the Best Performing Section in Final Exams

Article MCQ

2. Project Solution: Determine the Best Performing Section in Final Exams

Article MCQ

3. Project Bonus Task & Solution: Determine the Best Performing Section in Final Exams

Article MCQ

Java Programming Language

  •  Sections: 36  Sub Sections: 232
  •  Total MCQ: 786
  •  Course Duration: 04:48:55
  •  Language: English

All Subjects