A system that runs a very light operating system with no local system administration and executes applications delivered over the network.
A 16-bit character set defined by ISO 10646. See also ASCII. All source code in the Java programming environment is written in Unicode.
A keyword in the Java programming language that, when applied to a method or code block, guarantees that at most one thread at a time executes that code.
The basic unit of program execution. A process can have several threads running concurrently, each performing a different job, such as waiting for events or performing a time-consuming job that the program doesn't need to complete before going on. When a thread has finished its job, the thread is suspended or destroyed. See also process.
A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.
Webmaster 22nd of May 2012
Tell us what you feel about J2SE Interview Questions and Answers
All comments will be published after review. No login or registration is required to post a comment on J2SE Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
So start sharing your thoughts regarding J2SE Interview Questions and Answers
Thank you.