Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
under given circumstances, my cgi should link to another site. How to implement this?
How would you sell a used toothbrush? A broken pen? A bitten apple?
What are core components of Flume?
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(); } }
What do you mean by marshalbyref?
Should I use double or float?
Can each user have access to their own calendar?
Tell about the operations that can be performed using the tools given in the menu bar?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
How do I zoom text in visual studio?
what is the endpoint in WCF and what are the three major points in WCF?
Situation in which you had to arrive at a compromise.
what is your biggest achievement?
Can I split an excel cell into two?
What is active directory? How it works?