Quantcast
Channel: Basics of Java and Cloud Computing!! » Source code
Browsing all 22 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Obfuscation in Java

Obfuscation Obfuscation is the cover up of intended meaning in communication, making communication confusing, deliberately ambiguous, and more complicated to interpret. Obfuscated code is source code...

View Article



Image may be NSFW.
Clik here to view.

Exceptions in Java

An exception is an abnormal condition that arises in a code sequence at run-time. Exception is a run-time error. Exceptions are Java objects. All exceptions are derived from java.lang.Throwable class....

View Article

Image may be NSFW.
Clik here to view.

Threads in Java

Defining Threads: A thread, or execution context, is considered to be encapsulation of a virtual CPU with its own program code and data. Relation of a Process and a Thread: Process is a program in...

View Article

Image may be NSFW.
Clik here to view.

Creating, Compiling and Running a Simple program in Java

Now that we know how to create classes, objects, and class and instance variables and methods let’s put it together to create a Java application. Applications, are Java programs that run on their own....

View Article

Image may be NSFW.
Clik here to view.

RPM Installation: can’t create transaction lock on /var/lib/rpm/__db.000

When you need to install RPM package in Redhat and you get the following error: Login with su and try to run the RPM command and the problem will be solved. Filed under: Redhat

View Article


Image may be NSFW.
Clik here to view.

Built-in Tasks in Ant

  Java™ Application Development on Linux® – Free 599 Page eBook Enterprise Java Virtualization: Understanding the TCO Implications InfoWorld’s Java IDE Comparison Strategy Guide: Java Essential...

View Article

Image may be NSFW.
Clik here to view.

Writing Custom Task in Ant

Writing Own Task Create a Java class that extends org.apache.tools.ant.Task For each attribute, write a setter method that is public void and takes a single argument Write a public void execute()...

View Article

Image may be NSFW.
Clik here to view.

Frequently Asked Questions in Java Part-5

Question: There are two classes: A and B. The class B need to inform a class A when some important event has happened. What Java technique would you use to implement it? Answer: If these classes are...

View Article


Image may be NSFW.
Clik here to view.

Multi Choice Questions On C and C++ Part 1

Question 1 Identify the correct statement a. Programmer can use comments to include short explanations within the source code itself. b. All lines beginning with two slash signs are considered...

View Article


Image may be NSFW.
Clik here to view.

How to debug Web Application remotely with Eclipse Indigo and Tomcat 7.0.22?

Lets create and simple Web Application with Single Servlet. Visit How to Create and Run Web Project (Java) in Eclipse Once the Web Application is ready, lets export .war file to Tomcat 7.0.22. Visit...

View Article

Image may be NSFW.
Clik here to view.

Java Notes – 1

  · Unary Postfix operators and all binary operators (except assignment operators) have left to right assoiciativity. · All unary operators (except postfix operators), assignment operators, ternary...

View Article

Image may be NSFW.
Clik here to view.

Licensing – Project-Open

  GPL – The Gnu Public License GPL ­software is free for everybody to use, modify and redistribute. If redistributed, the software needs to be published under the terms of the GPL again. This is the...

View Article

Image may be NSFW.
Clik here to view.

Licensing – AOLserver

  AOLserver AOLserver is distributed under the Mozilla Public License. Mozilla Public License – Free software, software libre or libre software is software that can be used, studied, and modified...

View Article


Image may be NSFW.
Clik here to view.

Obfuscation in Java with ProGuard

Obfuscation Obfuscation is the cover up of intended meaning in communication, making communication confusing, deliberately ambiguous, and more complicated to interpret. Obfuscated code is source code...

View Article

RPM Installation: can’t create transaction lock on /var/lib/rpm/__db.000

When you need to install RPM package in Redhat and you get the following error: Login with su and try to run the RPM command and the problem will be solved.

View Article


Built-in Tasks in Ant

  Java™ Application Development on Linux® – Free 599 Page eBook Enterprise Java Virtualization: Understanding the TCO Implications InfoWorld’s Java IDE Comparison Strategy Guide: Java Essential...

View Article

Writing Custom Task in Ant

Writing Own Task Create a Java class that extends org.apache.tools.ant.Task For each attribute, write a setter method that is public void and takes a single argument Write a public void execute()...

View Article


Java Notes – 1

· Unary Postfix operators and all binary operators (except assignment operators) have left to right assoiciativity. · All unary operators (except postfix operators), assignment operators, ternary...

View Article

Frequently Asked Questions in Java Part-5

Question: There are two classes: A and B. The class B need to inform a class A when some important event has happened. What Java technique would you use to implement it? Answer: If these classes are...

View Article

Multi Choice Questions On C and C++ Part 1

Question 1 Identify the correct statement a. Programmer can use comments to include short explanations within the source code itself. b. All lines beginning with two slash signs are considered...

View Article
Browsing all 22 articles
Browse latest View live




Latest Images