why did you choose your career in IT?
Answer / v arvind
I decided to work in IT because it has scope & by working in this we get exposure to computers. Now-a-days computer is used in almost all the works, so by working in IT we can have nice salary.
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we overload destructor in java?
What is the purpose of the System class?
How many objects are created for a singleton class
Can static method access instance variables ?
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0
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.
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
What is the preferred size of a component?
java is pure object-oriented programming language?why it is platform independent.
What are wrapper classes in java?
What is r * in math?
what is the difference between statis block and static variable