Need 2+ yrs experienced java techinical question papaer for
company Iflex
Answer / mkcreddy
just search in net u will find lot a questions
and companies does not ask questions depending on
experience it asks depends on the technologies in your CV
so be thorough with the technologies in your CV
| Is This Answer Correct ? | 27 Yes | 7 No |
What are drawbacks of singleton class?
Sample code to retrieve objects from HashMap in sorted ascending order?
any other way to print the text without using System.out.println() in java?
Write the algorithm to check the number non-leaf nodes in a tree.
How to convert string to char and vice versa?
Is map sorted in java?
What are wrapper classes in java?
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
What is run-time class and system class? what is their purpose?
what is the difference between Cpp And Java
How do you sort arrays in java?