Write a Program to find whether the given number is a Armstrong number.
No Answer is Posted For this Question
Be the First to Post Answer
Beautiful is for 012345678 9 and a code for similar word containing the same alphabets
DAL in oracle
Write a program that will convert an integer pointer to an integer and vice-versa.
How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???
JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
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 to test the orientation of the layout in android.to note any changes in the ui design when change orientation
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
what full form name of B.K.U.
1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?
Write a program in prolog to compute the factorial of a number using iteration/tail recursion?