Regexs
Sir/Madam,
please tell me the meaning of the following code
import java.io.*; import java.util.*; class Demo{
public static void main(String args[]){
double d=1000000.1232323d; System.out.printl
May 8, 2013 at 9:57 PM
My Base Class is Changing every time in my code. How I can overcome this?
I have had the below question asked in interview, i'm curious to learn the answer.
I have a base class, 'GeneratorBaseClass' that is extended by Generator. The question I was asked was about creating a new base class 'GeneratorBaseClass2'
May 4, 2013 at 11:17 AM
Linked list implementation
How to create linkedlist by using array in java?
and also How to manipulate it?
April 30, 2013 at 7:11 PM
tax calculation
I want you to write a program while take some amount and do the tax calculation
Sr.No. Particulars Present Rate Amount in INR
1 Service Fee - 100
2 Service tax
Tax 12.00% 12
Education cess 0.20% 0.2
Secondary a
April 23, 2013 at 9:39 PM
why jre in jdk
why jre in jdk?.
April 23, 2013 at 12:42 PM
Simple banking system using Java
I am trying to make a simple banking system that has only 3 interfaces which does not connect to the database. a person can be able to deposit and withdraw. One interface is the main office and the other is the branch, the third interface is the m
April 19, 2013 at 10:40 AM
nour
write a java program to five students have three different constructor each student two mark and object Array.
please answer...
April 8, 2013 at 4:35 PM
tech. interview
java support round robin algo. if yes why? and
if no why?
April 8, 2013 at 3:01 AM
linked list
Data Structures
An English institute has a different number of students register each semester. You are required to write a Java program to manage the registration details for the institute.
1. Use a linked list to manage the details of al
April 3, 2013 at 4:25 PM
java program
Hi,
I got interview question like this.Coding should be in java.
String input: TTSAAS
Step 1: Reduce the consecutive same word
SAAS
Step 2: SS
Step 3: -1
April 1, 2013 at 6:41 PM
secure password
Respected Sir
We need to write a function which accepts a given password and returns ââ?¬Å?ACCEPTEDââ?¬Â? or ââ?¬Å?REJECTEDââ?¬Â? based on the following rules:
Passwords must consist of a mixture of lowercase letters and
March 28, 2013 at 3:50 PM
secure password
Respected Sir
We need to write a function which accepts a given password and returns ââ?¬Å?ACCEPTEDââ?¬Â? or ââ?¬Å?REJECTEDââ?¬Â? based on the following rules:
Passwords must consist of a mixture of lowercase letters and
March 28, 2013 at 3:50 PM
interfce
do we need to implement all methods interface if yes I want example code
please send me
hi,
this is my code
public interface Abc
{
public void m1();
public void m2();
public void m3();
public void m4();
}
I want to implemented onl
March 27, 2013 at 11:06 AM
java Questions
do we need to implement all methods interface if yes I want example code
please send me
March 27, 2013 at 10:59 AM