What is a layout manager?
Answer / satya
LayOut Manager is to set the GUI component view style
Is This Answer Correct ? | 2 Yes | 1 No |
Garbage collection in java?
What is a null check?
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.
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What language is java written?
What is a nonetype?
Which is bigger double or float?
What is “try and catch” in java
Does java set allow duplicates?
What are the notations in Java?
Difference between string, string builder, and string buffer?
how many ways to create Thread and which one is good? runnable interface ot Thread class?