VOOZH about

URL: https://www.javacodegeeks.com/author/javin-paul/page/2

⇱ Javin Paul, Author at Java Code Geeks - Page 2 of 12


  • Core Java👁 Image
    Javin PaulApril 27th, 2020
    2 5,199

    7 Examples to Read File into a byte array in Java

    Hello guys, Java programmers often face scenarios in real-world programming, where they need to load data from a file into…

    Read More »
  • Software Development👁 Image
    Javin PaulApril 9th, 2020
    1 1,145

    SQL GROUP BY and HAVING Example – Write SQL Query to find Duplicate Emails – LeetCode Solution

    Write a SQL query to find all duplicate emails in a table named Person. +----+---------+ | Id | Email |…

    Read More »
  • Enterprise Java👁 Image
    Javin PaulMarch 11th, 2020
    0 2,069

    Difference between save vs persist and saveOrUpdate in Hibernate

    Save vs. saveOrUpdate vs. persist in Hibernate What is the difference between save and saveOrUpdate or Difference between save and…

    Read More »
  • Core Java👁 Image
    Javin PaulFebruary 14th, 2020
    1 855

    How Linear Search or Sequential Search Algorithms works in Java? Example Tutorial

    Hello guys, earlier, I have talked about how the binary search algorithm works and shared the code to implement the…

    Read More »
  • Core Java👁 Image
    Javin PaulJuly 10th, 2019
    0 494

    StringJoiner vs String.join in Java 8 with Examples

    Joining multiple String literals or object into one is a common programming requirement and you will often find situations where…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Javin PaulMay 1st, 2019
    2 30,655

    Spring Boot Error – Error creating a bean with name ‘dataSource’ defined in class path resource DataSourceAutoConfiguration

    Hello guys, If you are using Spring Boot and getting errors like “Cannot determine embedded database driver class for database…

    Read More »
  • Enterprise Java👁 Image
    Javin PaulApril 27th, 2019
    0 219

    Top 5 NoSQL Database Programmers Should Learn in 2019

    Though it’s not mandatory for a Java or Web developers to learn NoSQL database the world is moving in that…

    Read More »
  • Core Java👁 Image
    Javin PaulApril 14th, 2019
    0 1,436

    Top 20 Searching and Sorting Algorithms Interview Questions for Programmers

    Hello All, If you are preparing for Programming job interviews or looking for a new job then you know that…

    Read More »
  • Core Java👁 Image
    Javin PaulMarch 26th, 2019
    1 423

    How to Find Middle Element of Linked List in Java in Single Pass

    Howdo you find the middle element of LinkedList in one pass is a programming question often asked Java and non-Java…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close