What is Visual Source Safe(source control Tool)?
Answer / praveena
Visual SourceSafe (VSS) is a source control software
package oriented towards small software development projects
| Is This Answer Correct ? | 1 Yes | 1 No |
what debugging tool that can be used to debug the java programs?
What are the different types of ways where you can iterate over a list? : java collections
whatis arguments &what is default argument
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
What are the interfaces in java collections? : java collections
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
What are the uses of the set interfaces in the java collections? : java collections
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
What are maps interfaces in the java collections? : java collections