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

Describe when it’s appropriate to use the small element and provide an example?

1 2773

Can you describe why hgroup was dropped and how the markup can be addressed today with an example?

1 2859

Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?

1 2815

Is it possible to express a date range using a single time element?

1 2802

What’s the difference between the meter element and the progress element?

1 3443

What is the longdesc attribute? Can you explain its purpose?

1 2721

What is the mark element? Can you describe an example of use for this element?

1 3043

How to create nest tables within tables in HTML?

1 2827

How do I link to a location in the middle of an HTML document?

1 2864

How to create a button which acts like a link?

1 2779

Explain marquee tag.

1 3076

Write a simple "Hello User" python code snippet.

1 3251

how are functions defined in python ?

1 3228

Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.

1698

Discuss an algorithm to traverse a tree, depth first.

1696


Un-Answered Questions { Code Snippets }

How to access oralce10g data from server to client in LAN?

1374


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.

3238


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3361


What is SGML?

582


program for straight line(y=mx+c)

6002


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

3111


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)

834


code to create a new window

2178


In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.

2546


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

3004


What is the meaning of version in XML?

657


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(); } }

1890


design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)

2143


What is XSNL?

597


write a program in java to find the moving average of all prime numbers between 2 and 100.

4042