VOOZH about

URL: https://www.javacodegeeks.com/author/venkatesh-nukala/page/7

⇱ Venkatesh Nukala, Author at Java Code Geeks - Page 7 of 7


  • Enterprise Java👁 spring-interview-questions-answers
    Venkatesh NukalaApril 28th, 2020
    2 20,260

    Spring Boot Remove Embedded Tomcat Server, Enable Jetty Server

    A quick guide to exclude embedded tomcat server in spring boot application and adding Jetty Server Instead. Configuration to remove…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaApril 28th, 2020
    1 7,651

    Java 8 Stream Intermediate Operations (Methods) Examples

    A Complete guide to Java 8 Streams intermediate operations. List of all built-in Stream API Intermediate operations(methods) with examples. 1.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Venkatesh NukalaApril 28th, 2020
    0 6,962

    Custom HTTP Header with the HttpClient

    A quick guide to set custom HTTP Header in Apache HTTPClient request. On HttpRequest call setHeader() method to set HttpHeaders…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaApril 24th, 2020
    0 3,844

    ArrayList clone() – ArrayList deep copy and shallow copy

    Example program to ArrayList clone method example. ArrayList deep copy and shallow copy examples on Student Objects. 1. Introduction ArrayList…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaApril 24th, 2020
    1 10,909

    Java 8 – Collections sort() method – List Custom Sort Example By Employe Objects (Id, Name, Age)

    A complete guide to Sorting Custom Objects in java. Collections.sort() method does the sorting based on Comparable or Comparator implementation.…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaApril 24th, 2020
    2 1,603

    How To Validate Phone Numbers in Java (Regular Expression + Google libphonenumber)

    A quick guide to how to validate phone numbers in java for different countries such as the USA, IN. Example…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Venkatesh NukalaApril 23rd, 2020
    0 559

    Latest 20+ JMS Interview Questions and Answers (2020)

    A quick walk through to JMS(Java Message Service) frequently asked interview questions and answers. The lastest questions from 2020 are…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaApril 23rd, 2020
    0 242

    HelloWorld.java – Java Program to Print Hello World

    Java Beginners’ first example program to print Hello World. 1. Introduction In this tutorial, We’ll learn how to print “Hello…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
Back to top button
Close