Code Snippets Interview Questions
Questions Answers Views Company eMail

How to create and run runnable jar file of a Java Project.

HCL, TCS, Tech Mahindra, US Consulate, Wipro,

4 31389

How we use ajax in asp.net through javaScript. Please givee me an example.

2617

i am trying to intigrate ejb and hibernate ,from session facade i am callind dao implemented through hibernate,i am getting a ClassDefNotFoundException for this org/hibernate/Session i ve set the class path at build path and in setEnv in weblogic still .........

2065

how to display after one month adding today's sysdatedate in jsp?

1 4872

how to display date after one month using from today date in jsp

TCS,

3 6940

write a program to count the number the same (letter/character foreg: 's') in a given sentence.

2 6825

How can a procedure fetch data from FTP? I need a general code for this..

Infosys,

1365

why java is platform independent?

Wipro,

13 24148

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.

Wipro,

2234

How to convert string containing decimal point into integer in java? For example given a string like "3.14" as input how to get integer 3 as result.

7 31325

Write a C function to search a number in the given list of numbers. donot use printf and scanf

Honeywell, TCS,

5 14853

plz send me all data structure related programs

2 5010

what is the difference between int &r and int& r

3 8972

plz send me all data structure related programs

2 5018

inner join,outerjoin,trigger,stored procedure explain with code snippets?

IBM,

1 8116


Un-Answered Questions { Code Snippets }

What is a well formed XML document?

390


Write a program to find sum of the digits of a number in python?

560


program for straight line(y=mx+c)

5632


Write a python program to swap the first and last value of a list?

599


What is XSNL?

400






write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4277


Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

1966


What is XML Element?

452


Code for Using Keyboard Events?

2212


how to create a Custom Scrollbar

2146


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

1654


How can manage theme in php?

2111


What is well formed XML document?

414


In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

2204


How can I include conditional statements in XML?

431