Nikos Maravitsas, Java Code Geeks

Nikos Maravitsas

Java Code Geeks

Greece

Contact Nikos

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Java Code Geeks

Past articles by Nikos:

JAX-RS @QueryParam Example

In this example we are going to talk about how you can use @QueryParam annotation to parse URI Query... → Read More

Android fixed Header and Footer with scrollable content layout example

In this tutorial we are going to see how you can create a simple Android Layout with a fixed header ... → Read More

JAX-RS @PathParam Example

In this example we are going to talk about how you can use @PathParam annotation to parse Path Param... → Read More

Android Header and Footer layout example

In this article we are going to see how you can create a simple Android Layout that includes a heade... → Read More

JAX-RS @Path URI Matching Example

In this example we are going to see how to use @Path annotation in a JAX-RS application to assign a ... → Read More

Convert Java Object To / From JSON using Jackson example

In this example we are going to see how to conver a Java Object to JSON representation using Jackson... → Read More

RESTEasy Hello World Example

In this example we are going to get started with Java API for RESTful Web Services (JAX-RS), a set o... → Read More

Android Studio Tutorial: Getting started with the new Android IDE

In May 15th, during Google’s I/O developer conference, a new developer suite called Android Studio w... → Read More

Convert Java Object To / From JSON using Jackson example

In this example we are going to see how to conver a Java Object to JSON representation using Jackson... → Read More

Eclipse Oxygen XML Editor plugin tutorial

In this example we are going to see how you can install and use an XML editor for your Eclipse IDE. ... → Read More

Eclipse class diagram example

In this tutorial we are going to see how you can generate UML class diagrams from your source code, ... → Read More

Palindrome Program in Java

In this example we are going to see how you can create a simple Java Application to check weather a ... → Read More

Factorial Program in Java

In this example we are going to talk about a classic programming task, as we are going to create a J... → Read More

java.net.SocketTimeoutException – How to Solve SocketTimeoutException

In this example we are going to talk about java.net.SocketTimeoutException. This exception is a subc... → Read More

java.net.UnknownHostException – How to solve UnknownHostException

In this tutorial we are going to talk about java.net.UnknownHostException. This is a subclass of IOE... → Read More

java.lang.NumberFormatException – How to solve NumberFormatException

In this example we are going to talk about NumberFormatException.This is an unchecked exception ... → Read More

Java FilenameFilter Example

In this example we are going to talk about Java FilenameFilter interface. FilenameFilter is a very c... → Read More

Java InputStreamReader Example

In this example we are going to talk about InputStreamReader Java Class. InputStreamReader is a subc... → Read More

Java BufferedReader Example

In this example we are going to talk about BufferedReader Java class. BufferedReader is a subclass o... → Read More

Java String format Example

In this example we are going to see how to format Strings in Java using various approaches, like the string.format, System.out.printf methods and others. → Read More