VOOZH about

URL: https://www.javacodegeeks.com/author/Mohamed-Sanaulla

⇱ Mohamed Sanaulla, Author at Java Code Geeks


  • Core Java👁 Image
    Mohamed SanaullaFebruary 13th, 2022
    0 173

    Java 15 – Text blocks

    Text blocks are all about writing multi-line strings in a clean and readable way. This was added as part of JEP…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaFebruary 12th, 2022
    1 2,607

    Difference between Function.andThen and Function.compose

    here are two different ways to mix functions in Java: using andThen using compose It is important to understand the difference between…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaMarch 28th, 2021
    0 177

    Different ways of declaration and initialization of arrays in Java

    The below code shows the different ways one can declare and initialize an Array in Java: 01 02 03 04…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mohamed SanaullaMarch 27th, 2021
    1 9,103

    Testing the File Upload API in Spring Boot

    In one of my previous post, I had created an API to upload file. In this post I will write…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mohamed SanaullaFebruary 23rd, 2021
    0 3,377

    Upload files in Spring Boot application using Commons FileUpload

    In our previous post, we saw how to upload a file using the Spring framework’s default implementation for MultipartFile interface.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mohamed SanaullaFebruary 23rd, 2021
    0 871

    Uploading files in Spring Boot application

    Uploading files is one of the most common operations in a web application. In this article we will look at…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaFebruary 11th, 2020
    1 252

    How to use regular expression in Java?

    Regular expressions are very important tool for seraching in text. Below is the code snippet for executing regex search and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mohamed SanaullaFebruary 11th, 2020
    0 775

    Using Websocket with Spring Framework and Vuejs

    Websockets are full duplex (persistent) connections between client and server such that both can share information with each other without…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mohamed SanaullaJanuary 14th, 2020
    0 530

    Advanced profile management in Spring Boot

    We all are aware of profile management in Spring Boot and the flexibility it provides in configuring our applications for…

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