Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

"A dimension table is wide but the fact table is deep," explain the statement in your own words.

803


Explain how is it possible to set an infinite execution time for php script?

496


Tell me about a serious problem you have had with your teacher? How did you resolve it?

706


How can you disable the automating sorting in pivot tables?

321


Write down the code for save an uploaded file using php?

443






How do you sort cpu in top command?

520


explain what is mysql? : Sql dba

582


What is the de rating factor of cable? What is the importance of the de rating factor in cable select

1873


What is retain count?

1


What you say in regards to the flexibility of selenium test suite?

503


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

673


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


How do I set properties for a JDBC driver and where are the properties stored?

482


How do I become a magento developer?

1


plz sir railway group d qstion paper oractice set

1725