Tech Students World
Subscribe
Subscribe to get the update Newsletters. This site is updated daily. Don't miss to check what's added.
                 Technology of the Week: iPod Basics *  Help of the Week: Blu-ray Technology
Skip Navigation Links
ContactUs
StudentsLibraryExpand StudentsLibrary
ExplanationOfTechnologiesExpand ExplanationOfTechnologies
TechEducationExpand TechEducation
TechTipsExpand TechTips
UsefulStudent ResourcesExpand UsefulStudent Resources
TodaySpecialsExpand TodaySpecials
WeekSpecialsExpand WeekSpecials
                                                    
Free Downloads Skip Navigation LinksHome > Java Certification Questions-Notes > Important Points: Part IV
Skip Navigation Links
Home
Buying ComputersExpand Buying Computers
CertificationsExpand Certifications
Computer BasicsExpand Computer Basics
Computer DevicesExpand Computer Devices
Computer MaintenanceExpand Computer Maintenance
Computer SettingsExpand Computer Settings
Operating SystemsExpand Operating Systems
ProcessorsExpand Processors
Using MS-WindowsExpand Using MS-Windows
Internet BasicsExpand Internet Basics
Internet ServicesExpand Internet Services
Software AttacksExpand Software Attacks
Useful Links
New Student Resources
. Student Employment
. Cover Letter
. Applying for Graduate Assistantships
. SCJP Preparation
. Applying for US Universities

Important Points for Java Certification: Part IV

                                         Note: Here,
SOP = System.out.println("");
psvm()=public static void main(String args[])

No. Answer/Output
76 We cannot instantiate an object of an abstract class.
77 Vector and HashMap are thread safe.
78 Use of System.exit() or death of thread will prevent execution of code in a finally block.
79 There should have some statements after do keyword; even if the statements are empty statements.
Examples: do; while(false);
do{;} while(false);
do{}while(false);
80 If we try to call the method from a reference to some object whose value is null, the code will compile but throw NullPointerException at runtime.
81 If we try to call a method from null literal, it is a compile time error.
Example:
SOP(null.equals(anyVariable));
82 We can define blank final variable and then initialize it in every constructor. Alternatively we can initialize the final variable in a initialization block.
83 Native method can be static.
84 Final method can be static.
85 A constant declaration in an interface must not include any modifiers synchronized, transient, or volatile or Compile Time Error occurs.
86 For any non-null reference value a,a.equals(null) results false. 
87 If a.equals(b) is true, b.equals(c) is false, then a.equals(c) is true.
88 If we are accessing the Inner class field and method from withing enclosingclass, we can skip the enclosing class name.
89 As toString method is defined in Object class, System.out.println can be used to print any object.
90 A thread inherits the priority of its parent thread.
91 We can use final variable as label inside switch block since the compiler takes it as constants.
92 Reserved words cannot be used as labels
93 All objects and classes have locks.
Skip Navigation Links.     
What's New
. Blu-ray
. iPod Basics
. Doing Java Project
. Symmetric MP
. Digital Cameras
. Virus,Spyware
. Sound to WebPage
. Wi-Fi
Popular Articles
. UNIX Commands
. Software Attacks
.
Adding RAM
. US Universities
. Free Java Tutorial
. Student Jobs
. Learn Spanish
. Java Notes
Let The World Know How Knowledgeable You Are
By sharing Your Knowledge With Others
If you would like to share your knowledge relating to Technology, you can send it to us at dailyquestion@techstudentsworld.com. If it is good, it will be published in this site along with your name or picture.
                  Copyright © 2008, Techstudentsworld.com. All Rights Reserved.