Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between activex and form control?

375


What is control center of the cell?

475


What is connected scenario? : Entity framework

541


What is the use of volatile keyword?

453


Why use a singleton instead of static methods?

455






What is long term scheduler in operating system (os)?

546


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

1576


Advantages and limitations of declare page?

171


What is page window?

568


What is the sas data set? : sas-grid-administration

557


Do you know how to run reports? Can you customize reports? : insurance health

434


What is a hive on spark?

190


Suppose I have a ksds file. I have a records like 1,2,3,4,5,6,...100. I want to read using dynamic mode like from 10 the record onwards like, 10,12,14,16,18,....60. Wat is the command for this?

355


What is the difference between closure and function in swift?

443


Where is the user session timeout set and how do you set it?

1140