Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 8 Not yet answered Consider the following sequence diagram Marked out of 5.00 F Flag question 1. Click on Login button 2 Show Regframe

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

Question 8 Not yet answered Consider the following sequence diagram Marked out of 5.00 F Flag question 1. Click on Login button 2 Show Regframe 3.Display Register/login Fields Long 4 UrNatje nd Pass S.Log in Check user Names Browse Customer verification Real Log Das Frame 11. Show catalogue button 12. Chet Anda is 1>D3>4>5>6>7>8>12 a correct message sequence? Select one: True False Question 9 Not yet answered In an Online Shop App, the items can be viewed in a table as below: Our Items Marked out of 4.00 Flag question Item Name milk juice gum chocolate Remarks out of stock Unit Price 2000.0 1000.0 5000 10000 Available Quantity 0 95 0 45 out of stock To setup the table "itab" dynamically we can use the following code: DefaultTableModel tableModel = new DefaultTableModel(data,col); itab.setModel(tableModel); Determine the type of the attributes: col: Choose... data: Choose... The System.out.println will be executed if the second line of the main is inserted between an appropriate try... catch block You can copy the inner code of the main method to your own class and add the try/catch to try. Question 10 Not yet answered Marked out of 6.00 Flag question class ABC public state void main(String intre new int[4) are: System.out.println. I wtexecu w Select one: True False For this InsForm (student registration program), the operations of the rectangle representing this class in the project's class diagram are the constructor, the main method and the initComponenets() methods only Question 11 Not yet answered Marked out of 5.00 Code Add Course Flag question Tide submit Errol Student submit Select one O True O False In the following program, we set a breakpoint at the first command inside the method g. This break point is represented by the arrow -> Now suppose we run the program at a debugging mode and when the execusion arrived to the breakpoint, we pressed on 'step over' (F8), the line to be executed will be Question 12 Not yet answered Marked out of 6.00 Flag question public class test static void + (int) ( System.out.println("unis + - A - > static void g(int ) +(x); //breakpoint is set here +(1): 10 } public static void main(String args) (): C Select one: The line commented with B O The line commented with O none of the answers The line commented with A Question 13 Not yet answered The user must select its gender from two radio buttons M and F. How can you guarantee that the user can select only one choice at time. Marked out of 3.00 Flag question Select one O Put a message to guide the user o Use a checkBox O Add both radio buttons to the same radio button group Add each radio button to its own radio button group In Network programming, to get an input stream and an output stream, we use:getInputStream() and getOutputStream() methods Question 14 Not yes answered Marked out of 3.00 Select one: False Flag Question O True Question 15 Not yet answered Marked out of 6.00 Flag question If you are told that a file access controller FA contains a method to read students from a file that is called readStudents complete the below code to get the IDs of all the disattive students knowing that student ID name and activation code (0 for disactive / 1 for active) are listed. public ArrayList

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions