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 |
VSS Objectives
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Difference b/w >> and >>> ?
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
what is difference between struts1.2 and struts2.0
How do you create UserTransaction Object? How do you rollback a transaction in a method?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
what is the difference between banking and insurance domain?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
what is filter ?
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?