Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Difference between process and thread
Do interfaces have constructors, non-static fields, static methods
Does an abstract class have a constructor; can it have a non-abstract parent
Can there be memory leak in java; if so give example
What is asynchronous mean; in what context is it used.
Asynchronous means not-synchronized, not in line or not proper.
I use it situations to mean classes which are not synchronized.
For example I'll say StringBuilder is asynchronous in nature compared to StringBuffer which is synchronized.
Originally posted by James Clark:
How long do you think you can keep this information in your memory while also continuosly learning new information and technologies?
Originally posted by James Clark:
How long do you think you can keep this information in your memory while also continuosly learning new information and technologies?
MH
Originally posted by Arjun Shastry:
. . . So even if you are learning new technologies,remembering textbook definitions are must if planning for job change.
Employers(sepcially in India) always look for the keywords/textbook definitions.
Originally posted by James Clark:
This is a poor definition of what a thread is. And, I doubt it appears as a definition in any text book this way. "lightweight" is not a real word and in the phrase below it is slang. The phrase implies that a thread is a process. However, there are significant differences between them that this so-called "definition" does not address.
However, the phrase is easy for recruiters to memorize. And it is easy for interview crammers to memorize also.
3 Interfaces do not have constructors, no non-static fields, and no static methods. All fields in an interface are public, static and final.
Life just hasn't been the same since the volcano erupted and now the air is full of tiny ads.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|