GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
superclass "javax.servlet.http.HttpServlet" not found on Java Build Path - solution
›
You might (normally) get the error following error on a dynamic java web project created through maven on Eclipse IDE. The solution is simpl...
Java Obsfucate Password - Replace with asterisk
›
Obsfucate password : Rreplace everything except first and last character by asterisk ( * ), if the password is less than ALLOWED_LENGTH ...
change maven local repository path - symbolic links
›
Let's suppose we want to change the local maven repo path (default : c:\users\user_name\.m2\repository ) to some other real folder - let...
using symbolic links on windows
›
Using symbolic links (MKLINK comand) on windows: Suppose we want to create a link of folder ' e:\source' to c:\target\bridge t...
Linux find command
›
The find command is one of the most important and much used command in Linux systems. find command is used to search and locate list of f...
Java - OS independent line separator
›
You might already knew, the new line character depends on your OS. \n for Unix \r\n for Windows and \r for old Macs and so on Alwa...
Spring Interview Questions Answers - Mostly Asked 2
›
Spring Interview Questions - 2 Question: What are the pros or benefits of Spring framework ? The pros of Spring framework are as fol...
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path - Solution
›
Solution to the Java Web Project error : " The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Pa...
Hibernate Interview Questions Answers - Most Asked
›
Hibernate Interview Questions Q. What are the id generator classes in hibernate? A: The optional <generator> child element...
Spring Interview Questions Answers - Mostly Asked 1
›
Spring Interview Questions 1 Q. Explain DI or IOC pattern. A: Dependency injection (DI) is a programming design pattern an...
‹
›
Home
View web version