Quantcast
Channel: CodingThis.com
Browsing all 15 articles
Browse latest View live

Ruby on Rails vs Java – RailsEnvy.com Commerical

Gregg Pollack and Jason Seifer from RailsEnvy.com do some Ruby on Rails commercials in the same style of the Mac vs PC ads. The post Ruby on Rails vs Java – RailsEnvy.com Commerical appeared first on...

View Article



Java Programming Tutorial – 1 – How to install the JDK

The post Java Programming Tutorial – 1 – How to install the JDK appeared first on CodingThis.

View Article

iPhone Application Development Using Java

The post iPhone Application Development Using Java appeared first on CodingThis.

View Article

What is Java Object Initialization?

The concept of objects in a broad sense can be described as a collection of data along with the methods to manipulate the corresponding data. The Objects are be loaded into the memory before...

View Article

Software Development | Java RMI

Basic Model of a JAVA RMI: Execution of distributed objects in Java is possible with the help of Java RMI. A client can access a Java Object Host which is on a remote virtual machine from any JVM. It...

View Article


Java Garbage Collection

What is garbage collection? It deals with identifying and freeing the memory of java application that are not used for a long time. There are two type garbage collection techniques, namely explicit and...

View Article

Memory Leaks in Java

One of the beauties of using Java programming language is that the programmers need not worry about the memory allocation and freeing of objects. We simply declare and initialize objects and JVM (Java...

View Article

Java 6.0 APIs

Java 6.0 introduces many Application Programming Interfaces and there are many enhancements in existing classes especially in collection APIs. The summary of changes in collection framework is listed...

View Article


Java Authentication and Authorization Service

JAAS delivers a framework for providing a mechanism to verify the client and to ensure that the client has the permissions required to approach a secured resource for all the Java applications. The...

View Article


Image may be NSFW.
Clik here to view.

Do Interfaces Really Inherit the Object Class In Java?

Well… the answer is NO. An interface can’t inherit from a class in Java, not at least directly. So, we can safely say that interfaces don’t inherit from the Object class. Okay… so how can they do that...

View Article

Image may be NSFW.
Clik here to view.

Demystifying Object Serialization in Java

With implementation of object serialization (Object Persistence), a java applications can save and load the state of objects to disk or over a network. In this article we will look into...

View Article

Image may be NSFW.
Clik here to view.

An Introduction to Cloning In Java

The term Cloning refers to creating duplicate copies. In software parlance it describes a number of processes that can be used to produce identical copies of an object. Java provides us an interface...

View Article

Image may be NSFW.
Clik here to view.

Memory Management in Java

All objects created by a running Java application are stored in the Java Virtual Machine’s heap memory. Once objects are created they are never freed by the code itself as Java has Garbage Collection...

View Article


Image may be NSFW.
Clik here to view.

RMI (Remote Method Invocation) in Java

Distributed applications are a vital necessity of our times. For creating distributed applications in Java we use RMI (Remote Method Invocation) and EJB (Enterprise Java Beans). We can access files by...

View Article

Image may be NSFW.
Clik here to view.

Security Requirements of a Java Application

Securing an application now a days is not an easy task.  To secure an application there are steps that we can take to mitigate the risk of security failures. In Java, security of an application is...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images