Java Question Practice
Java Question Practice
Ans:
string-String is sequence of character.It is denoted as double quoutes("").String
is a immutable.
String buffer: String Builder:
String buffer are mutable string builder are
mutable.
It is synchronized and thread safe It is not a thread
safe and non synchronized.
That's why string
builder is faster than string buffer.
String concatination operator internally uses both string buffer and builder.
TestNg:
Good Knowledge of Software Development Life Cycle and Software Test Life Cycle.
Knowledge of Various SDLC Models, Test Levels, Test Types, and Test design
Techniques. Knowledge of All phases of the Software Test Process.