SlideShare a Scribd company logo
1 of 2
Download to read offline
In java language
Which of the following is false?
A) A JPasswordField shows that characters are being entered, but hides the actual character with
an echo character.
B) Class JTextField extends JTextComponent; Class JPasswordField extends JTextField.
C) Both JTextFields and JPasswordFields are single-line areas in which the user can enter text
via the keyboard.
D) JPasswordFields generate events; JTextFields do not.
When the user presses Enter in a JPasswordField, the GUI component generates an ________,
which is processed by an object that implements the interface _______.
A) ActionEvent, ActionListener
B) ActionEvent, ActionEventListener
C) TextEvent, TextListener
D) TextEvent, TextEventListener
JPasswordField contains method ___________to obtain the data entered.
A) getInput
B) getPassword
C) getText
D) getEcho
A JRadioButton is different from a JCheckBox in that _________.
A) a JRadioButton is a subclass of JToggleButton, JCheckBox is not
B) normally several JRadioButtons are grouped together and are mutually exclusive
C) a JRadioButton is a type of button, JCheckBox is not
D) a JRadioButton is a state button, JCheckBox is not
The fact that class Graphics is abstract contributes to Java’s portability because:
A) drawing is performed differently on every platform that supports Java. A subclass of Graphics
must be created that uses the drawing capabilities of the current platform.
B) objects of non-abstract classes can only be instantiated on the Windows platform.
C) drawing should not be performed on non-Linux platforms.
D) Class Graphics is not abstract.
JSliders generate what type of event?
A) ActionEvents
B) ChangeEvents
C) WindowEvents
D) MouseEvents
Menus are attached to windows by calling method ____________.
A) addMenuBar
B) setJMenuBar
C) setMenu
D) addJMenuBar
Solution
B) Class JTextField extends JTextComponent; Class JPasswordField extends JTextField.
A) ActionEvent, ActionListener
B) getPassword
B) normally several JRadioButtons are grouped together and are mutually exclusive
A) drawing is performed differently on every platform that supports Java. A subclass of Graphics
must be created that uses the drawing capabilities of the current platform.
A) ActionEvents
B) setJMenuBar

More Related Content

Similar to In java languageWhich of the following is falseA) A JPasswordFi.pdf

5: Every Java application is required to have
5: Every Java application is required to have5: Every Java application is required to have
5: Every Java application is required to havesukeshsuresh189
 
15: Which method call converts the value in variable stringVariable to an int...
15: Which method call converts the value in variable stringVariable to an int...15: Which method call converts the value in variable stringVariable to an int...
15: Which method call converts the value in variable stringVariable to an int...sukeshsuresh189
 
16: Which of the following is the method used to display a dialog box to gath...
16: Which of the following is the method used to display a dialog box to gath...16: Which of the following is the method used to display a dialog box to gath...
16: Which of the following is the method used to display a dialog box to gath...sukeshsuresh189
 
13: What do the following statements do?
13: What do the following statements do?13: What do the following statements do?
13: What do the following statements do?sukeshsuresh189
 
Comp 328 final guide (devry)
Comp 328 final guide (devry)Comp 328 final guide (devry)
Comp 328 final guide (devry)sukeshsuresh189
 
7: Assume the following class declaration.
7: Assume the following class declaration.7: Assume the following class declaration.
7: Assume the following class declaration.sukeshsuresh189
 
8: Which statement below could be used to randomly select a state from an arr...
8: Which statement below could be used to randomly select a state from an arr...8: Which statement below could be used to randomly select a state from an arr...
8: Which statement below could be used to randomly select a state from an arr...sukeshsuresh189
 
11: Which is a correct way to invoke the static method sqrt of the Math class?
11: Which is a correct way to invoke the static method sqrt of the Math class?11: Which is a correct way to invoke the static method sqrt of the Math class?
11: Which is a correct way to invoke the static method sqrt of the Math class?sukeshsuresh189
 
14: Consider the class below:
14: Consider the class below:14: Consider the class below:
14: Consider the class below:sukeshsuresh189
 
18: Which of the following does not generate an event?
18: Which of the following does not generate an event?18: Which of the following does not generate an event?
18: Which of the following does not generate an event?sukeshsuresh189
 
17: provides the basic attributes and behaviors of a window—a title bar at th...
17: provides the basic attributes and behaviors of a window—a title bar at th...17: provides the basic attributes and behaviors of a window—a title bar at th...
17: provides the basic attributes and behaviors of a window—a title bar at th...sukeshsuresh189
 
23: Which layout manager is the default for JPanel?
23: Which layout manager is the default for JPanel?23: Which layout manager is the default for JPanel?
23: Which layout manager is the default for JPanel?sukeshsuresh189
 
1: The .class extension on a file means that the file
1:  The .class extension on a file means that the file1:  The .class extension on a file means that the file
1: The .class extension on a file means that the filesukeshsuresh189
 
4: Which of the following is a Scanner method?
4: Which of the following is a Scanner method?4: Which of the following is a Scanner method?
4: Which of the following is a Scanner method?sukeshsuresh189
 
Comp 328 final guide (devry)
Comp 328 final guide (devry)Comp 328 final guide (devry)
Comp 328 final guide (devry)sukeshsuresh189
 
10: In the Java graphics system, coordinate units are measured in ________.
10: In the Java graphics system, coordinate units are measured in ________.10: In the Java graphics system, coordinate units are measured in ________.
10: In the Java graphics system, coordinate units are measured in ________.sukeshsuresh189
 

Similar to In java languageWhich of the following is falseA) A JPasswordFi.pdf (20)

5: Every Java application is required to have
5: Every Java application is required to have5: Every Java application is required to have
5: Every Java application is required to have
 
15: Which method call converts the value in variable stringVariable to an int...
15: Which method call converts the value in variable stringVariable to an int...15: Which method call converts the value in variable stringVariable to an int...
15: Which method call converts the value in variable stringVariable to an int...
 
16: Which of the following is the method used to display a dialog box to gath...
16: Which of the following is the method used to display a dialog box to gath...16: Which of the following is the method used to display a dialog box to gath...
16: Which of the following is the method used to display a dialog box to gath...
 
13: What do the following statements do?
13: What do the following statements do?13: What do the following statements do?
13: What do the following statements do?
 
Comp 328 final guide (devry)
Comp 328 final guide (devry)Comp 328 final guide (devry)
Comp 328 final guide (devry)
 
7: Assume the following class declaration.
7: Assume the following class declaration.7: Assume the following class declaration.
7: Assume the following class declaration.
 
8: Which statement below could be used to randomly select a state from an arr...
8: Which statement below could be used to randomly select a state from an arr...8: Which statement below could be used to randomly select a state from an arr...
8: Which statement below could be used to randomly select a state from an arr...
 
11: Which is a correct way to invoke the static method sqrt of the Math class?
11: Which is a correct way to invoke the static method sqrt of the Math class?11: Which is a correct way to invoke the static method sqrt of the Math class?
11: Which is a correct way to invoke the static method sqrt of the Math class?
 
14: Consider the class below:
14: Consider the class below:14: Consider the class below:
14: Consider the class below:
 
18: Which of the following does not generate an event?
18: Which of the following does not generate an event?18: Which of the following does not generate an event?
18: Which of the following does not generate an event?
 
17: provides the basic attributes and behaviors of a window—a title bar at th...
17: provides the basic attributes and behaviors of a window—a title bar at th...17: provides the basic attributes and behaviors of a window—a title bar at th...
17: provides the basic attributes and behaviors of a window—a title bar at th...
 
23: Which layout manager is the default for JPanel?
23: Which layout manager is the default for JPanel?23: Which layout manager is the default for JPanel?
23: Which layout manager is the default for JPanel?
 
1: The .class extension on a file means that the file
1:  The .class extension on a file means that the file1:  The .class extension on a file means that the file
1: The .class extension on a file means that the file
 
4: Which of the following is a Scanner method?
4: Which of the following is a Scanner method?4: Which of the following is a Scanner method?
4: Which of the following is a Scanner method?
 
Comp 328 final guide (devry)
Comp 328 final guide (devry)Comp 328 final guide (devry)
Comp 328 final guide (devry)
 
10: In the Java graphics system, coordinate units are measured in ________.
10: In the Java graphics system, coordinate units are measured in ________.10: In the Java graphics system, coordinate units are measured in ________.
10: In the Java graphics system, coordinate units are measured in ________.
 
14a-gui.ppt
14a-gui.ppt14a-gui.ppt
14a-gui.ppt
 
JAVA (UNIT 5)
JAVA (UNIT 5)JAVA (UNIT 5)
JAVA (UNIT 5)
 
Java: GUI
Java: GUIJava: GUI
Java: GUI
 
Javascript Question
Javascript QuestionJavascript Question
Javascript Question
 

More from kellenaowardstrigl34

which secondary storage devices are appropriate for Saving data durin.pdf
which secondary storage devices are appropriate for Saving data durin.pdfwhich secondary storage devices are appropriate for Saving data durin.pdf
which secondary storage devices are appropriate for Saving data durin.pdfkellenaowardstrigl34
 
What were issues with the Orion Shield ProjectSolutionA good .pdf
What were issues with the Orion Shield ProjectSolutionA good .pdfWhat were issues with the Orion Shield ProjectSolutionA good .pdf
What were issues with the Orion Shield ProjectSolutionA good .pdfkellenaowardstrigl34
 
What is the MOST likely mode of inheritance of the trait shown in the.pdf
What is the MOST likely mode of inheritance of the trait shown in the.pdfWhat is the MOST likely mode of inheritance of the trait shown in the.pdf
What is the MOST likely mode of inheritance of the trait shown in the.pdfkellenaowardstrigl34
 
What is frequency What is wavelength Calculate the frequency of s.pdf
What is frequency  What is wavelength  Calculate the frequency of s.pdfWhat is frequency  What is wavelength  Calculate the frequency of s.pdf
What is frequency What is wavelength Calculate the frequency of s.pdfkellenaowardstrigl34
 
What are some challenges in adopting HIT to CQISolutionAssump.pdf
What are some challenges in adopting HIT to CQISolutionAssump.pdfWhat are some challenges in adopting HIT to CQISolutionAssump.pdf
What are some challenges in adopting HIT to CQISolutionAssump.pdfkellenaowardstrigl34
 
Use the graph to determine the functions domain; the functions .pdf
Use the graph to determine  the functions domain;  the functions .pdfUse the graph to determine  the functions domain;  the functions .pdf
Use the graph to determine the functions domain; the functions .pdfkellenaowardstrigl34
 
Transmembrane proteins _. All of these statements are correct. may pa.pdf
Transmembrane proteins _. All of these statements are correct. may pa.pdfTransmembrane proteins _. All of these statements are correct. may pa.pdf
Transmembrane proteins _. All of these statements are correct. may pa.pdfkellenaowardstrigl34
 
The coelom of most deuterostomes develops from outpocketings of the e.pdf
The coelom of most deuterostomes develops from outpocketings of the e.pdfThe coelom of most deuterostomes develops from outpocketings of the e.pdf
The coelom of most deuterostomes develops from outpocketings of the e.pdfkellenaowardstrigl34
 
The portion of the fungus that projects above the substrate and conta.pdf
The portion of the fungus that projects above the substrate and conta.pdfThe portion of the fungus that projects above the substrate and conta.pdf
The portion of the fungus that projects above the substrate and conta.pdfkellenaowardstrigl34
 
the appearance of symptoms of a genetic disorder at earlier ages in .pdf
the appearance of symptoms of a genetic disorder at earlier ages in .pdfthe appearance of symptoms of a genetic disorder at earlier ages in .pdf
the appearance of symptoms of a genetic disorder at earlier ages in .pdfkellenaowardstrigl34
 
Stuck on hw problem Assume that the forces acting on a mass are such.pdf
Stuck on hw problem Assume that the forces acting on a mass are such.pdfStuck on hw problem Assume that the forces acting on a mass are such.pdf
Stuck on hw problem Assume that the forces acting on a mass are such.pdfkellenaowardstrigl34
 
Some Giant Sulphur Bacteria are so large as to be visible to the nak.pdf
Some Giant Sulphur Bacteria are so large as to be visible to the nak.pdfSome Giant Sulphur Bacteria are so large as to be visible to the nak.pdf
Some Giant Sulphur Bacteria are so large as to be visible to the nak.pdfkellenaowardstrigl34
 
right now I am using a l293d chip to control my DC motor which is 6 .pdf
right now I am using a l293d chip to control my DC motor which is 6 .pdfright now I am using a l293d chip to control my DC motor which is 6 .pdf
right now I am using a l293d chip to control my DC motor which is 6 .pdfkellenaowardstrigl34
 
Problem 1 Eclipses and occults Saturn has five satellites that rotat.pdf
Problem 1 Eclipses and occults Saturn has five satellites that rotat.pdfProblem 1 Eclipses and occults Saturn has five satellites that rotat.pdf
Problem 1 Eclipses and occults Saturn has five satellites that rotat.pdfkellenaowardstrigl34
 
please show work A hospital reports that two patients have been admi.pdf
please show work A hospital reports that two patients have been admi.pdfplease show work A hospital reports that two patients have been admi.pdf
please show work A hospital reports that two patients have been admi.pdfkellenaowardstrigl34
 
Person.java is givenSolutionSince I didnt have the implement.pdf
Person.java is givenSolutionSince I didnt have the implement.pdfPerson.java is givenSolutionSince I didnt have the implement.pdf
Person.java is givenSolutionSince I didnt have the implement.pdfkellenaowardstrigl34
 
in a completely randomized (one-way) anova, with other things being .pdf
in a completely randomized (one-way) anova, with other things being .pdfin a completely randomized (one-way) anova, with other things being .pdf
in a completely randomized (one-way) anova, with other things being .pdfkellenaowardstrigl34
 
I want you to go the Next Generation Sunshine State standards (http.pdf
I want you to go the Next Generation Sunshine State standards (http.pdfI want you to go the Next Generation Sunshine State standards (http.pdf
I want you to go the Next Generation Sunshine State standards (http.pdfkellenaowardstrigl34
 
How are macromolecules transported across the nuclear envelope Desc.pdf
How are macromolecules transported across the nuclear envelope Desc.pdfHow are macromolecules transported across the nuclear envelope Desc.pdf
How are macromolecules transported across the nuclear envelope Desc.pdfkellenaowardstrigl34
 
GeneticsBackground info About 30 of the Irish population has red.pdf
GeneticsBackground info About 30 of the Irish population has red.pdfGeneticsBackground info About 30 of the Irish population has red.pdf
GeneticsBackground info About 30 of the Irish population has red.pdfkellenaowardstrigl34
 

More from kellenaowardstrigl34 (20)

which secondary storage devices are appropriate for Saving data durin.pdf
which secondary storage devices are appropriate for Saving data durin.pdfwhich secondary storage devices are appropriate for Saving data durin.pdf
which secondary storage devices are appropriate for Saving data durin.pdf
 
What were issues with the Orion Shield ProjectSolutionA good .pdf
What were issues with the Orion Shield ProjectSolutionA good .pdfWhat were issues with the Orion Shield ProjectSolutionA good .pdf
What were issues with the Orion Shield ProjectSolutionA good .pdf
 
What is the MOST likely mode of inheritance of the trait shown in the.pdf
What is the MOST likely mode of inheritance of the trait shown in the.pdfWhat is the MOST likely mode of inheritance of the trait shown in the.pdf
What is the MOST likely mode of inheritance of the trait shown in the.pdf
 
What is frequency What is wavelength Calculate the frequency of s.pdf
What is frequency  What is wavelength  Calculate the frequency of s.pdfWhat is frequency  What is wavelength  Calculate the frequency of s.pdf
What is frequency What is wavelength Calculate the frequency of s.pdf
 
What are some challenges in adopting HIT to CQISolutionAssump.pdf
What are some challenges in adopting HIT to CQISolutionAssump.pdfWhat are some challenges in adopting HIT to CQISolutionAssump.pdf
What are some challenges in adopting HIT to CQISolutionAssump.pdf
 
Use the graph to determine the functions domain; the functions .pdf
Use the graph to determine  the functions domain;  the functions .pdfUse the graph to determine  the functions domain;  the functions .pdf
Use the graph to determine the functions domain; the functions .pdf
 
Transmembrane proteins _. All of these statements are correct. may pa.pdf
Transmembrane proteins _. All of these statements are correct. may pa.pdfTransmembrane proteins _. All of these statements are correct. may pa.pdf
Transmembrane proteins _. All of these statements are correct. may pa.pdf
 
The coelom of most deuterostomes develops from outpocketings of the e.pdf
The coelom of most deuterostomes develops from outpocketings of the e.pdfThe coelom of most deuterostomes develops from outpocketings of the e.pdf
The coelom of most deuterostomes develops from outpocketings of the e.pdf
 
The portion of the fungus that projects above the substrate and conta.pdf
The portion of the fungus that projects above the substrate and conta.pdfThe portion of the fungus that projects above the substrate and conta.pdf
The portion of the fungus that projects above the substrate and conta.pdf
 
the appearance of symptoms of a genetic disorder at earlier ages in .pdf
the appearance of symptoms of a genetic disorder at earlier ages in .pdfthe appearance of symptoms of a genetic disorder at earlier ages in .pdf
the appearance of symptoms of a genetic disorder at earlier ages in .pdf
 
Stuck on hw problem Assume that the forces acting on a mass are such.pdf
Stuck on hw problem Assume that the forces acting on a mass are such.pdfStuck on hw problem Assume that the forces acting on a mass are such.pdf
Stuck on hw problem Assume that the forces acting on a mass are such.pdf
 
Some Giant Sulphur Bacteria are so large as to be visible to the nak.pdf
Some Giant Sulphur Bacteria are so large as to be visible to the nak.pdfSome Giant Sulphur Bacteria are so large as to be visible to the nak.pdf
Some Giant Sulphur Bacteria are so large as to be visible to the nak.pdf
 
right now I am using a l293d chip to control my DC motor which is 6 .pdf
right now I am using a l293d chip to control my DC motor which is 6 .pdfright now I am using a l293d chip to control my DC motor which is 6 .pdf
right now I am using a l293d chip to control my DC motor which is 6 .pdf
 
Problem 1 Eclipses and occults Saturn has five satellites that rotat.pdf
Problem 1 Eclipses and occults Saturn has five satellites that rotat.pdfProblem 1 Eclipses and occults Saturn has five satellites that rotat.pdf
Problem 1 Eclipses and occults Saturn has five satellites that rotat.pdf
 
please show work A hospital reports that two patients have been admi.pdf
please show work A hospital reports that two patients have been admi.pdfplease show work A hospital reports that two patients have been admi.pdf
please show work A hospital reports that two patients have been admi.pdf
 
Person.java is givenSolutionSince I didnt have the implement.pdf
Person.java is givenSolutionSince I didnt have the implement.pdfPerson.java is givenSolutionSince I didnt have the implement.pdf
Person.java is givenSolutionSince I didnt have the implement.pdf
 
in a completely randomized (one-way) anova, with other things being .pdf
in a completely randomized (one-way) anova, with other things being .pdfin a completely randomized (one-way) anova, with other things being .pdf
in a completely randomized (one-way) anova, with other things being .pdf
 
I want you to go the Next Generation Sunshine State standards (http.pdf
I want you to go the Next Generation Sunshine State standards (http.pdfI want you to go the Next Generation Sunshine State standards (http.pdf
I want you to go the Next Generation Sunshine State standards (http.pdf
 
How are macromolecules transported across the nuclear envelope Desc.pdf
How are macromolecules transported across the nuclear envelope Desc.pdfHow are macromolecules transported across the nuclear envelope Desc.pdf
How are macromolecules transported across the nuclear envelope Desc.pdf
 
GeneticsBackground info About 30 of the Irish population has red.pdf
GeneticsBackground info About 30 of the Irish population has red.pdfGeneticsBackground info About 30 of the Irish population has red.pdf
GeneticsBackground info About 30 of the Irish population has red.pdf
 

Recently uploaded

An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismDabee Kamal
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...Nguyen Thanh Tu Collection
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...Gary Wood
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽中 央社
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxLimon Prince
 
male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................MirzaAbrarBaig5
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaEADTU
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...EduSkills OECD
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project researchCaitlinCummins3
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....Ritu480198
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxAdelaideRefugio
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptxVishal Singh
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi RajagopalEADTU
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code ExamplesPeter Brusilovsky
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...Nguyen Thanh Tu Collection
 

Recently uploaded (20)

An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
 
male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Supporting Newcomer Multilingual Learners
Supporting Newcomer  Multilingual LearnersSupporting Newcomer  Multilingual Learners
Supporting Newcomer Multilingual Learners
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 

In java languageWhich of the following is falseA) A JPasswordFi.pdf

  • 1. In java language Which of the following is false? A) A JPasswordField shows that characters are being entered, but hides the actual character with an echo character. B) Class JTextField extends JTextComponent; Class JPasswordField extends JTextField. C) Both JTextFields and JPasswordFields are single-line areas in which the user can enter text via the keyboard. D) JPasswordFields generate events; JTextFields do not. When the user presses Enter in a JPasswordField, the GUI component generates an ________, which is processed by an object that implements the interface _______. A) ActionEvent, ActionListener B) ActionEvent, ActionEventListener C) TextEvent, TextListener D) TextEvent, TextEventListener JPasswordField contains method ___________to obtain the data entered. A) getInput B) getPassword C) getText D) getEcho A JRadioButton is different from a JCheckBox in that _________. A) a JRadioButton is a subclass of JToggleButton, JCheckBox is not B) normally several JRadioButtons are grouped together and are mutually exclusive C) a JRadioButton is a type of button, JCheckBox is not D) a JRadioButton is a state button, JCheckBox is not The fact that class Graphics is abstract contributes to Java’s portability because: A) drawing is performed differently on every platform that supports Java. A subclass of Graphics must be created that uses the drawing capabilities of the current platform. B) objects of non-abstract classes can only be instantiated on the Windows platform. C) drawing should not be performed on non-Linux platforms. D) Class Graphics is not abstract. JSliders generate what type of event? A) ActionEvents B) ChangeEvents C) WindowEvents D) MouseEvents
  • 2. Menus are attached to windows by calling method ____________. A) addMenuBar B) setJMenuBar C) setMenu D) addJMenuBar Solution B) Class JTextField extends JTextComponent; Class JPasswordField extends JTextField. A) ActionEvent, ActionListener B) getPassword B) normally several JRadioButtons are grouped together and are mutually exclusive A) drawing is performed differently on every platform that supports Java. A subclass of Graphics must be created that uses the drawing capabilities of the current platform. A) ActionEvents B) setJMenuBar