Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Code Snippets Interview Questions
Questions Answers Views Company eMail

validation code / function to allow only Letters in a text box

1 13676

snippet to prevent submission of form when certain/any validations got failed

1984

communication between main window and new windows

2239

function to combine two or more arrays

Aricent,

2200

Reading which Non-Character Key was pressed

2309

how to Auto Scroll the page

Ninestars,

2124

code to sorting an array of objects

2548

determine which key was pressed and its type

1 4418

Create a Menu that can be activated while clicking on Right Mouse button

Nest, TCS,

2216

write a function to validate a given date

1 6560

code to display a Countdown Timer (dynamic)

2 13966

how to create a Custom Scrollbar

2613

code to detect availability of cookies

2248

Code to Block submission of form by pressing Enter Key

TED,

2562

HOw to Build a Nested GridView Control with ASP.NET?

2 15142


Un-Answered Questions { Code Snippets }

write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4734


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3410


Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f

1857


Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

904


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

2222


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

3291


Do you think about CMM(Capability Maturity Model) process?

1049


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Link extends Frame implements ActionListener { Label l1; Button b1; public static void main(String sr[]) { new Link().setVisible(true); } public Link() { super("Warning"); setSize(500,500); setBackground(Color.lightGray); setLayout(null); l1=new Label("There is no Link"); l1.setBounds(0,0,500,460); l1.setFont(new Font("TimesRoman",Font.BOLD,35)); l1.setAlignment(Label.CENTER); add(l1); b1=new Button("QUIT"); b1.setBackground(Color.orange); b1.setBounds(0,460,500,40); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { this.dispose(); } }

1960


maximizing the main window

2129


program to show a progress bar

2684


how to create a Custom Scrollbar

2613


program to bring a window to the front

2090


Explain MIDlet Life cycle?

2849


What is a markup language?

743


How can you apply a DTD to an XML document?

659