How to create and run runnable jar file of a Java Project.
HCL, TCS, Tech Mahindra, US Consulate, Wipro,
4 31389i 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 .........
2065write a program to count the number the same (letter/character foreg: 's') in a given sentence.
2 6825In 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.
2234How 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 31325Write a C function to search a number in the given list of numbers. donot use printf and scanf
5 14853
What is a well formed XML document?
Write a program to find sum of the digits of a number in python?
program for straight line(y=mx+c)
Write a python program to swap the first and last value of a list?
What is XSNL?
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??
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 ??
What is XML Element?
Code for Using Keyboard Events?
how to create a Custom Scrollbar
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(); } }
How can manage theme in php?
What is well formed XML document?
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
How can I include conditional statements in XML?