Prachi is working with following swing controls: jButton, jLabel, jTextField, jCheckBox. Suggest her any two basic methods commonly available -Technology

1 Answer

Answer :

getText(), setText()

Related questions

Description : Prachi is working with following swing controls: jButton, jLabel, jTextField, jCheckBox. -Technology

Last Answer : getText(), setText()

Description : How jLabel is different from jTextField control at run time? -Technology

Last Answer : jLabel is an un-editable control, used to display text or information at run time while jTextField control is an editable control where user can type in characters at run time.

Description : How jLabel is different from jTextField control at run time? -Technology

Last Answer : jLabel is an un-editable control, used to display text or information at run time while jTextField control is an editable control where user can type in characters at run time.

Description : (1) Prachi has given the following command to obtain the highest marks Select max(marks) from student where group by class; -Technology

Last Answer : (1)d. Select class, max(marks) from student group by class;(2)b. Both (ii) and (iv)(3)b. select name,max(DOB) from student;

Description : Mention any one advantage of jCheckBox control over jRadioButton control. -Technology

Last Answer : Multiple options can be selected through jCheckBox control while jRadioButton allows selecting a single option.

Description : Mention any one advantage of jCheckBox control over jRadioButton control. -Technology

Last Answer : Multiple options can be selected through jCheckBox control while jRadioButton allows selecting a single option.

Description : Ms. Cathy is creating a form for Vidya University Sports Council application. Help her to choose the most appropriate controls -Technology

Last Answer : Appropriate controls for the given entries :S.NOFunctionControl1.To let the user enter NameTextField2.To let the user enter MOBILE NUMBERTextField3.To let the user choose one PROFESSION out of the ... , Yoga, Table Tennis, Badminton and Aerobics. More than one facility may be chosen.CheckBox

Description : List some commonly available antivirus programs. -Technology

Last Answer : Some of the commonly available antivirus programs in the market are as follows:1. Symantec Norton antivirus2. AVG antivirus3. McAfee scan4. Quick Heal

Description : Sweety wants to use an operating system based on graphical user interface, suggest her a name. -Technology

Last Answer : Windows is an operating system based on graphical user interface. Graphical user interface means that it has pictures (graphics) that you use to communicate (interface) with the computer.

Description : Ms. Archana, a class XI student has just started learning MySQL. Help her in understanding the basic difference between -Technology

Last Answer : ALTERUPDATEIt s a DDL command.It s a DML command.It can be used for the following purpose:To add a new column.To remove an existing column.To modify a column.To add/remove a constraint.It s ... Delhi ;suitable command:(i)Show Databases(ii) Use City(iii) Drop Database Clients(iv) Drop table Club

Description : The exercise of due professional care requires that an auditor a. Uses error-free judgment. b. Considers internal control, including tests of controls. c. Examines all corroborating evidence available. d. Be responsible for fulfilling his or her duties diligently and carefull

Last Answer : Be responsible for fulfilling his or her duties diligently and carefull

Description : The exercise of due professional care requires that an auditor a. Uses error-free judgment. b. Considers internal control, including tests of controls. c. Be responsible for fulfilling his or her duties diligently and carefully. d. Examines all corroborating evidence available.

Last Answer : Be responsible for fulfilling his or her duties diligently and carefully.

Description : Pick out the wrong statement. (A) More commonly used jaw crusher between Dodge jaw crusher and Blake jaw crusher is the later one (B) There are only four methods namely compression, impact ... Operating principles of Dodge and Blake jaw crushers are combined in the working of universal jaw crushers

Last Answer : (C) Cutting machines mainly employ 'attrition' for size reduction of solids

Description : ……….. is a software that controls and manages the hardware. -Technology

Last Answer : Operating Systemis a software that controls and manages the hardware.

Description : DBMS is a program that controls the creation, maintenance and use of database. Here, DBMS referred to -Technology

Last Answer : (c) Here, DBMS stands for Database Management System.

Description : Lakshmi works for a school. She wishes to create controls on a form for the following functions. -Technology

Last Answer : S.No.control used tocontrol1.Enter Admission numberText Field2.select StreamCombo Box3.select StreamCheck Box4.Clear the FromButton

Description : Suman is working as marketing manager in an advertising company. She has prepared a presentation on her latest product. -Technology

Last Answer : 1. Press the Slide Sorter view button in work space area to view all the slides together.2. In the Slide Transition page, set the timing in Advance slide sections Automatically after position where the ... the layouts of tasks pane, select a chart type slide or use Insert -> Chart menu option.

Description : Ms. Ivana, a leading marketing professional working in a multinational company, is most of the time on move to cater her profession demands. -Technology

Last Answer : Software name:Team Viewer

Description : Shewani has recently started working in MySQL. Help her in understanding the difference between the following : -Technology

Last Answer : (i) Where clause is used to show data set for a table based on a condition and having clause is used to put condition on the result set that comes after using Group by clause.(ii) COUNT ... unique as single column or combined multiple columns to the table. They are all candidates for Primary Key.

Description : Ms. Ivana, a leading marketing professional working in a multinational company, is most of the time on move to cater her profession demands. -Technology

Last Answer : Team Viewer

Description : Name any two commonly used operating system. -Technology

Last Answer : Windows 7 and Windows XP.

Description : Which wireless technology is commonly used in mobile phones? -Technology

Last Answer : Bluetooth is commonly used as a wireless technology in mobile phones and laptops.

Description : Which wireless technology is commonly used in mobile phones? -Technology

Last Answer : Bluetooth is commonly used as a wireless technology in mobile phones and laptops.

Description : Bluetooth is commonly used in mobile phones, laptops etc. -Technology

Last Answer : TrueIt is a short-range wireless connection. With the help of bluetooth, we can transfer the data from one device to another device.

Description : ……… is a text document that is commonly used to define the style and layout of an XML document. -Technology

Last Answer : CSS is a text document that is commonly used to define the style andlayout of an XML document.

Description : Could you suggest a good book for research on how technology is changing how we live?

Last Answer : Nonzero by Robert Wright. Changed my life! (Well, it made me way less pessimistic.)

Description : Ram wants to create a text file to store name and roll number of his students. Suggest, which program he should use. -Technology

Last Answer : He can create a text file using Notepad or WordPad. Follow these steps to create a file using Notepad:(a) Step 1:Click Start.(b) Step 2:Choose All Programs -> Accessories -> Notepad.(c) Step 3: ... dialog box will appear.(g) Step 7:Give file name with extension.(h) Step 8: Click Save button.

Description : Suggest the appropriate functions for the following situations: -Technology

Last Answer : 1. = MIN(A1 : C5)2. = IF(D5>5,000, “Discount”, “NoDiscount”)

Description : Suggest the appropriate function for the following situations: -Technology

Last Answer : 1. = MAX(A1 : B20)2. = AVG(E5:15)3. =IF(J10 >= 40, “Pass”, “Fail”)

Description : Suggest the suitable data type for Issue_Date column. -Technology

Last Answer : (i)Date(ii) alter table library modify name varchar(50);(iii) Bid column will always have a unique value which will help uniquely identify each record of Library table.(iv) Select name from library order by status desc;

Description : Write examples of any two properties and any two methods of j Button component -Technology

Last Answer : Two methods of jButton component: getText ( ), setText ( )Two properties of jButton component: Font, Labe

Description : (1) Calcium silicate and calcium alurninate Explanation: Portland cement is the most common type of cement in general use around the world because it is a basic ingredient of concrete, mortar, stucco ... limited amount of calcium sulfate (which controls the set time) and up to 5% minor constituents.

Last Answer : Milk is a colloidal system in which: (1) Water is dispersed in fat (2) Fat is dispersed in water (3) Fat and water are dispersed in each other (4) Fat is dissolved

Description : An auditor is required to obtain a basic understanding of the client's internal control to plan the audit. The auditor may then decide to perform tests of controls on all internal control ... to be strengths for which the auditor desires further reduction in the assessed level of control risk.

Last Answer : Considered to be strengths for which the auditor desires further reduction in the assessed level of control risk.

Description : Choose the correct statement: A. the public sector would play useful in augmenting basic resources of country like land, forest, water B. the public sector will have responsibility for meeting social need C. public sector would not playa useful role in population controls D. only (A) and (B

Last Answer : D. only (A) and (B

Description :  ____ is the software that controls all the other software programs and allows to perform basic tasks.  a) Software b) Hardware c) Windows d) Operating System

Last Answer :  Operating System is the software that controls all the other software programs and allows to perform basic tasks. 

Description : Are voice command/wifi type switches and controls designed for singles?

Last Answer : I agree that robot vacuums sometimes turn on for no good reason, but Alexa has a whisper mode that works really well.

Description : Signs and symptoms that commonly suggest cardiac failure in a patient being assessed for oral surgery are, A. Elevated temperature and nausea B. Palpitations and malaise C. Ankle oedema and dyspnoea D. Erythema and pain E. Pallor and tremor

Last Answer : C. Ankle oedema and dyspnoea

Description : Suggest commonly adopted sizes of door for: 1) Internal door of residential bldg. 2) Door of garage for car park

Last Answer :  1) Internal door of residential bldg. - 900 X 2100 mm 2) Door of garage for car park. – 2250 X 2250 mm

Description : What are two basic tags in HTML lists? -Technology

Last Answer : and

Description : computer is used to type documents, send E_mail and browse the Internet. It is very useful to us. (i) What are the basic parts of a computer? -Technology

Last Answer : (i) Hardware, software, data and information.(ii) Accuracy, speed, diligence and reliability.

Description : Bcc field contains the list of recipients. Bcc stands for (a) Basic carbon copy (b) Blind carbon copy -Technology

Last Answer : (b) Bcc denotes the Blind carbon copy.

Description : Software is not only the basic requirement of a computer system, it makes a computer more powerful and useful. -Technology

Last Answer : 1. Software is a set of programs that tells the computer to perform a task.2. Computer system divides software into two major categories:(a) System software(b) Application software

Description : Write one basic difference between bgcolor and background attributes. -Technology

Last Answer : The bgcolor attribute is used for coloring the background of the document while background attribute specifies a background image for a document.

Description : The ………… tag is used to define basic font size for the HTML page. -Technology

Last Answer : Thetag is used to define basic font size for the HTML page.

Description : Describe the basic operations of mouse button. -Technology

Last Answer : Some basic mouse operations are as follows:1. Pointing Pointing to an item on the screen means moving a pointer to a certain location. When you point to some object, a small box often appears, that ... Right click an item, point to the item that you want perform and then, click the left button.

Description : What is table? Name the basic commands for creating a table. -Technology

Last Answer : Tables are made up of rows and columns. In HTML, tables are used to display tabular data in Web pages.The basic commands for creating tables are as follows:Table tags Row tags Cell tags andCaption tags .

Description : What are the basic features of printing in MS_Word 2007? -Technology

Last Answer : The basic features of printing in MS-Word 2007 are as follows:1. Print2. Quick Print3. Print Preview

Description : Name any four basic elements of a slide. -Technology

Last Answer : The four basic elements of a slide are as follows:1. Titles2. Subtitles3. Drawing objects4. ClipArt

Description : (a) Following is a list of programming languages : BASIC, COBOL, C, JAVA -Technology

Last Answer : (a) JAVA, COBOL(b) jListl. getSelectedValue ( ) ;

Description : The exercise of due professional care requires that an auditor a. Use error-free judgment. b. Consider internal control, including tests of controls. c. Critically review the work done at every level of supervision. d. Examine all corroborating evidence available.

Last Answer : Critically review the work done at every level of supervision