Java opening for Malaysia

requirements for Sr. Java developer requirement with one of our customers based in Kuala Lumpur. This will be a 1 year renewable direct contract with Manpower Staffing Services Malaysia. www.manpower.com.my Responsibilities: * Responsible for application development using core Java. * Assist team lead and manager closely in preparing all unit test cases and system test [...]

Continue reading →

Investment Bank is looking for Core Java professionals for Mumbai

Client:  Big Investment Banking Domain in Mumbai Designation: Analyst / Sr. Analyst. Skills: Position Description: * The Bank Resource Management (BRM) is responsible for the management of financial resources within institutional Sales & Trading and is positioned at the core of transaction flows to ensure proper and consistent allocation and pricing of resources across market [...]

Continue reading →

Preparing a Doclet in Java

Doclets javadoc’s output format is determined by a ‘doclet’. The default,standard doclet is built-in to javadoc, and produces the HTML API documentation normally associated with javadoc. If you want to create custom output you can subclass the standard doclet, or you can write your own doclet. For the adventurous, you can create XML or RTF; [...]

Continue reading →

How Do A Comment Declared in Java

The Structure of a Comment As you will soon see, a single comment can grow to quite a large size. Comments can contain a wide variety of elements,but there are some restrictions to the order in which you can place these elements.To begin, the first line must start with /** (the / must be in [...]

Continue reading →

common question about thread in java

1. What is a Thread? Ans. In a thread based multitasking environment, thread is the smallest unit of dispatchable code. A Thread is a single stream of execution within a process. This means that a single program can perform two or more tasks simultaneously. For instance a text editor can format text at the same [...]

Continue reading →

Writing Secure Java Program becomes easier than ever?

Various groups and Java experts are trying to enhance the programming skills of Java developers for stenography guarantee java applications to meet the same purpose recently a new group of private-sector collateral experts have conducted a standardized exam to test developers’ skills against the Java collateral standards. To scrawl a mortgage code in java you [...]

Continue reading →

Playing One-Row Nim Over the Network

It is based on a common root class, ClientServer, which is a subclass of THRead. Both EchoServer and EchoClient extend the root class, and each implements its own version of run(). In this section, we will generalize this design so that it can support a wide range of services. To illustrate the effectiveness of the [...]

Continue reading →

The Nim Servlet

The simple servlet in the preceding section illustrates how the servlet communicates with the clientby writing HTML code to the HttpServletResponse object. Let’s now look at an example that uses two-way communication between the client and server. To keep the example simple, we will once again revisit our One-Row Nim game. In this application the [...]

Continue reading →