Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know about the duration of sprint and the way it affects workflow?

5


Explain the two modes of nslookup?

453


Can you explain how ASP.NET application life cycle and page life cycle events fire?

546


How do we delete all blank lines in a file?

559


What is the function of swse on the web server? What is it?

531






When does the state have the right to violate privacy?

540


In what areas do data structures applied?

486


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

1564


How do you expand a cell in excel?

412


How do you decide you have tested enough?

546


Explain the working of fir filters?

566


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

3812


What are on-line/off-line signatures ?

2451


Define Form modules, Class modules and Standard modules

1450


Can you deploy executable jars on android? Which package is supported by it?

498