Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
what are safety measures in /control in diesal engine/ explain them?
what are the major items in Integration check list
What is python best for?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Explain why you consider yourself suited for the Position:
What is difference between post and put in rest?
What is the rattle package in r?
What does the initials of php stand for?
WHAT IS DIFFERENT BETWEEN YOU AND OTHER APPLICANT TO GIVE YOU THE JOB
What is the purpose of stern tube?
Explain the payment term in ar. : oracle accounts receivable
Support types of WOs you have faced?
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(); } }
Explain source inspection.
Name any two type of event listener that you consider in the workfusion?