Name the method of a Container that can be used to cause a
container to be laid out and redisplayed?
What steps are taken when the OS shifts from one-thread execution to another?
Name few java util classes introduced with java 8 ?
What is the relationship between class and object?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the protected method modifier?
what is object slice?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
Can i have abstract class with no abstract methods?
What is break and continue statement?
What is the use of isempty in java?
Which all r Final classes in java except string?
Which Math method is used to calculate the absolute value of a number?