VOOZH about

URL: https://www.javacodegeeks.com/author/alex-theedom/page/3

⇱ Alex Theedom, Author at Java Code Geeks - Page 3 of 6


  • Enterprise Java👁 Image
    Alex TheedomApril 10th, 2018
    0 133

    Get to Know JSON Pointer: JSON-P 1.1 Overview Series

    Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomApril 6th, 2018
    0 328

    Java EE 8 Security API: Overview

    The New Security API Probably, the single most significant new feature added to Java EE 8 is the new security…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomApril 3rd, 2018
    0 131

    The Top 5 New Features in Java EE 8

    The much-anticipated release of Java Enterprise Edition 8 boasts two exciting new APIs (JSON-Binding 1.0 and Java EE Security 1.0)…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomJanuary 23rd, 2018
    0 91

    Using @Alternative in CDI application

    There are many scenarios where you might want to have more that one version of a bean and use it…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomJanuary 23rd, 2018
    0 152

    Configuring HTTPS for use with Servlets

    To configure your Java EE application to communicate over HTTPS requires a few lines of XML in the web.xml file.…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomOctober 10th, 2017
    0 79

    JSON Processing 1.1: 100DaysOfJavaEE8

    JSON Pointer Challenge Given the JSON document in the code snippet below, what is the result of using the JSON…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomSeptember 29th, 2017
    0 155

    What is JSON Processing (JSON-P API)?

    Introduction to JSON-P in Java EE The Java API for JSON Processing 1.0 (JSR 353) is a low level, lightweight…

    Read More »
  • Core Java👁 Image
    Alex TheedomSeptember 21st, 2017
    1 82

    How to Format a String, Clarified!

    A User-Friendly Introduction The Java Documentation of String formatting is not the easiest to read and understand if you are…

    Read More »
  • Core Java👁 Image
    Alex TheedomSeptember 20th, 2017
    0 131

    Enum: How to use name() and toString() methods correctly

    The Difference Between Two Methods? The Java Enum has two methods that retrieve that value of an enum constant, name() and…

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