Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the new features of sql server 2012 reporting service?

82


I have just passed Combined Graduate level exam, 2008 from Northern region. But my department is not allocated as yet. First my result was in the list of withheld candidates. But now the list is cleared. So, when SSC Northern region will allocate my department. As I have been selected for the post of Junior Accountant.

1625


What are the different kinds of organizational relationships in hrms? Explain each with relevant examples?

452


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Agency extends Frame implements ActionListener { Label l1,l2,l3,l4; Button b1; TextField t1,t2; String s1,s2,s3,s4; public static void main(String args[]) { new Agency().setVisible(true); } public Agency() { super("Gas Agency Package"); setSize(1280,800); setBackground(Color.lightGray); setLayout(null); // setLayout(new BorderLayout()); t1=new TextField(20); t1.setBounds(440,150,200,30); t1.setBackground(Color.white); t2=new TextField(20); t2.setBounds(440,180,200,30); t2.setBackground(Color.white); t2.setEchoChar('*'); l1=new Label("Gas Agency Package"); l1.setBounds(400,30,300,50); l1.setFont(new Font("TimesRoman",Font.BOLD,25)); l1.setAlignment(Label.CENTER); l2=new Label("Enter your ID and Passoword"); l2.setFont(new Font("TimesRoman",Font.BOLD,20)); l2.setBounds(270,80,300,50); l3=new Label("Enter ID"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l3.setBounds(270,150,120,50); l4=new Label("Enter Passoword"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l4.setBounds(270,180,140,50); add(l1); add(l2); add(l3); add(t1); add(l4); add(t2); b1=new Button("Login"); b1.setBackground(Color.white); b1.setBounds(400,280,100,70); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { if(e.getSource()==b1) { s3="svce"; s4="svce"; s1=t1.getText(); s2=t2.getText(); if(s1.equals(s3) && s2.equals(s4)) { //System.out.println("password is correct"); MenuForm m= new MenuForm(); m.setVisible(true); //this.dispose(); } else { System.out.println("password not correct"); } this.dispose(); } } } plzzzzzzzzz xplain this code

1529


How do I speed up my computer windows 10?

382






in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution

2551


What are the features of angular 7?

380


How do I stop my android os from draining my battery?

415


What is trcd timing?

531


What are the different media types allowed by css?

314


can an outsider put a criminal case against members of the cooperative society on personal ground though matter of the society where each member is not paid by the society and does voluntary service , secondly can the police call each and every member after getting bail from the magistrate be called by the police at any time without any proper questions being asked by the police every now and then since in the bail it is written that the police can call the members at any time for interrogation, after going for interrogation one finds that there were no questions asked . thirdly have they to report to th epolice every time they go out of india

1560


How can data caching have a negative effect on load testing results?

2346


Relative to other technical groups in the company? Relative to your staff?

1488


Why do we use sql constraints? Which constraints we can use while creating database in sql?

524


Define transaction data?

8250