Java2Blog
  • Home
  • Core Java
  • Tutorials
    • Spring
    • Spring Boot
    • Spring MVC
    • Java 8
    • Hibernate
  • Categories
    • Interview Questions
    • Spring Frameworks
    • Core java
    • Python
    • C++
  • NM
close
import_contacts

Java Tutorials

  • Core Java
  • Java Interview questions
  • Java 8 Stream
  • Java interview programs
import_contacts

Data structure and algorithm

  • Data structure in java
  • Data structure interview questions
import_contacts

Spring tutorials

  • Spring tutorial
  • Spring boot tutorial
  • Spring MVC tutorial
  • Spring interview questions

Author: Arpit Mandliya

  • Error
    30 December

    [Solved] Exception in thread “main” java.util.InputMismatchException

    Learn about how to fix java.util.InputMismatchException.

    Read More
  • Error
    29 December

    [Solved] uses unchecked or unsafe operations. recompile with -xlint:unchecked for details.

    Learn about how to resolve uses unchecked or unsafe operations. recompile with -xlint:unchecked for details.

    Read More
  • Error
    29 December

    [Fixed] uses or overrides a deprecated api. recompile with -xlint:deprecation for details.

    Learn about how to fix uses or overrides a deprecated api in java.

    Read More
  • Python Python Error
    29 December

    [Fixed] no module named ‘sklearn.cross_validation’

    Learn about how to fix modulenotfounderror:no module named 'sklearn.cross_validation' in Python

    Read More
  • Error
    28 December

    [Fixed] java.lang.classnotfoundexception: sun.jdbc.odbc.jdbcodbcdriver

    In this post, we will see how to resolve java.lang.classnotfoundexception: sun.jdbc.odbc.jdbcodbcdriver exception in java. Problem: java.lang.classnotfoundexception: sun.jdbc.odbc.jdbcodbcdriver This exeception comes in Java 8 because sun.jdbc.odbc.jdbcodbcdriver has been removed from JDK and JRE. This class is used to connect database using Object database connectivity driver such as Microsoft access. Since Java 8 does not support jdbc […]

    Read More
  • Error
    28 December

    [Fixed] char cannot be dereferenced in java

    Learn about how to fix error char cannot be dereferenced in java.

    Read More
  • Error
    28 December

    [Fixed] int cannot be dereferenced in java

    In this post, we will see how to resolve error int cannot be dereferenced in java. As we know that there are two data types in java primitive such as int, long, char etc Non primitive such as String, Character etc. One of the common reasons for this error is calling method on a primitive […]

    Read More
  • Operator
    27 December

    what does += mean in java

    Learn about += operation in java. It is also known as compound addition assignment operator.

    Read More
  • Java File IO
    27 December

    How to get current working directory in java

    Learn about how to get current working directory in java using different ways

    Read More
  • keyboard_arrow_left Previous
  • 1
  • …
  • 67
  • 68
  • 69
  • 70
  • 71
  • …
  • 163
  • Nextkeyboard_arrow_right

Newsletter


Let’s be Friends

  • Facebook
  • Twitter
  • LinkedIn

© 2020-22 Java2Blog Privacy Policy