BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

Java Timestamp to Date Conversion

Last Updated: June 10, 2024 by Chaitanya Singh | Filed Under: java

In this guide, you will learn how to convert Timestamp to Date. Timestamp has higher precision than date and is used when we want to… [Read More]

Tags: Java-Conversion

Java Date to Timestamp Conversion

Last Updated: November 13, 2022 by Chaitanya Singh | Filed Under: java

Timestamp has higher precision as it includes fraction seconds, while a Date is accurate upto seconds as it doesn’t include fraction of seconds. In this… [Read More]

Tags: Java-Conversion

Java Object to String Conversion

Last Updated: November 13, 2022 by Chaitanya Singh | Filed Under: java

In this guide, we will learn how to convert Object to String in Java. We will also see program for StringBuffer and StringBuilder object to… [Read More]

Tags: Java-Conversion

Java String to Object Conversion

Last Updated: November 8, 2022 by Chaitanya Singh | Filed Under: java

In this guide, we will learn how to convert String to Object in Java. Object is a parent class of all the classes in Java… [Read More]

Tags: Java-Conversion

Java String to float Conversion

Last Updated: November 8, 2022 by Chaitanya Singh | Filed Under: java

In this guide, we will see how to convert String to float in Java. We will use the parseFloat() method of Float class for this… [Read More]

Tags: Java-Conversion

Type Casting in Java

Last Updated: October 26, 2022 by Chaitanya Singh | Filed Under: java

Assigning a value of one primitive data type to another primitive data type is known as casting. There are two types of type casting in… [Read More]

Tags: Java-Conversion

Program to Convert Feet to Inches in Java, C, C++, Python & PHP

Last Updated: September 14, 2022 by Chaitanya Singh | Filed Under: Programs

In this guide, we will see programs to convert length given in feet to inches in various programming languages such as Java, C, C++, Python,… [Read More]

Tags: Java-Conversion

Program to Convert Kilometres (km) to Centimetres (cm)

Last Updated: September 14, 2022 by Chaitanya Singh | Filed Under: Programs

In this guide, we will see programs to convert Kilometres to Centimetres in various programming languages such as Java, C, C++, Python, PHP. The kilometres… [Read More]

Tags: Java-Conversion

Program to Convert Inches to Feet

Last Updated: September 14, 2022 by Chaitanya Singh | Filed Under: Programs

In this guide, we will see programs to convert inches to feet in various programming languages such as Java, C, C++, Python, PHP. The inches… [Read More]

Tags: Java-Conversion

Program to Convert Inches to Centimetres

Last Updated: September 13, 2022 by Chaitanya Singh | Filed Under: Programs

In this tutorial, we will write programs in different programming languages to convert inches to centimetres. Inches and centimetres (cm) both are the unit of… [Read More]

Tags: Java-Conversion

Java Octal to Decimal Conversion with examples

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: java

In this article, we will see how to convert Octal to Decimal in Java with the help of examples. There are two ways we can… [Read More]

Tags: Java-Conversion

Java Hexadecimal to Decimal Conversion with examples

Last Updated: December 1, 2024 by Chaitanya Singh | Filed Under: java

In this guide, we will learn how to convert a hexadecimal to a decimal number with the help of examples. Java Hexadecimal to Decimal Conversion… [Read More]

Tags: Java-Conversion

Java Binary to Octal Conversion with examples

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: java

In this tutorial, we will see how to convert a binary number to an octal number with the help of examples. Java binary to octal… [Read More]

Tags: Java-Conversion

Java String to boolean Conversion with examples

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: java

In this guide, we will see how to convert a String to a boolean with the help of examples. When converting a String to a… [Read More]

Tags: Java-Conversion

Java int to char conversion with examples

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: java

In the last tutorial, we have discussed char to int conversion. In this guide, we will see how to convert an int to a char… [Read More]

Tags: Java-Conversion

  • 1
  • 2
  • 3
  • Next Page »

Java Tutorial

Java Introduction

  • Java Index
  • Java Introduction
  • History of Java
  • Features of Java
  • C++ vs Java
  • JDK vs JRE vs JVM
  • JVM - Java Virtual Machine
  • First Java Program
  • Variables
  • Data Types
  • Operators

Java Flow Control

  • Java If-else
  • Java Switch-Case
  • Java For loop
  • Java while loop
  • Java do-while loop
  • Continue statement
  • break statement

Java Arrays

  • Java Arrays

OOPs Concepts

  • OOPs Concepts
  • Constructor
  • Java String
  • Static keyword
  • Inheritance
  • Types of inheritance
  • Aggregation
  • Association
  • Super Keyword
  • Method overloading
  • Method overriding
  • Overloading vs Overriding
  • Polymorphism
  • Types of polymorphism
  • Static and dynamic binding
  • Abstract class and methods
  • Interface
  • Abstract class vs interface
  • Encapsulation
  • Packages
  • Access modifiers
  • Garbage Collection
  • Inner classes
  • Static import
  • Static constructor

Java Exception Handling

  • Exception handling
  • Java try-catch
  • Java throw
  • Java throws
  • Checked and Unchecked Exceptions
  • Jav try catch finally
  • Exception Examples
  • Exception Propagation

Collections Framework

  • Collections in Java
  • Java ArrayList
  • Java LinkedList
  • Java Vector
  • Java HashSet
  • Java LinkedHashSet
  • Java TreeSet
  • Java HashMap
  • Java TreeMap
  • Java LinkedHashMap
  • Java Queue
  • Java PriorityQueue
  • Java Deque
  • Comparable interface
  • Comparator interface
  • Collections Interview Questions

MORE ...

  • Java Scanner Class
  • Java 8 Features
  • Java 9 Features
  • Java Conversion
  • Java Date
  • Java Multithreading
  • Java I/O
  • Java Serialization
  • Java Regex
  • Java AWT
  • Java Swing
  • Java Enum
  • Java Annotations
  • Java main method
  • Java Interview Q

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap