Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i applied for specialist officcers ibps .in that exam what they will ask about proffessional knowladge

2446


What are the variable types?

317


what is the difference between the voltage of 5 volts capacitor and and 5volts battery?

1453


safety valve calculation?

1860


How to define a constant?

102






How do you sort arrays in java?

524


What are the classes contained in a single .NET DLL ?

507


starting from 2 upto how many numbers we need to check whether 907 is prime or not?

1334


What is json text?

1


What are the factors influence the choice of an electrc drive?

1595


Do comments need to go in a special place in sql server 2005?

509


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

1583


How can Spark be connected to Apache Mesos?

210


Explain the use of inctype option in exp command.

592


Where did you find this job?

2242