vinayak jog

Ranch Hand
+ Follow
since Apr 01, 2011
vinayak likes ...
Netbeans IDE MySQL Database Ubuntu
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
4
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vinayak jog

If I am not wrong you are doing developing web application. Nothing wrong with your code its just browser behaviour to save files with [1] [2] etc., just to keep all versions of files. There is a chance of file change from time to time. Browser assumes file changed every time and saves a separate file.
8 years ago
According to me the best opensource ide for java development is Eclipse and best paid ide is intelliJ
8 years ago
Thanks for your reply Ulf Dittmer. Article is cool as well, thumbs up!
9 years ago
I am reading Java Virtual Machine specification. I am puzzled with the following statement

"Compiled code to be executed by the Java Virtual Machine is represented using a hardware- and operating system-independent binary format, typically (but not necessarily) stored in a file, known as the class file format."
9 years ago
If you want to learn java try to read the code from http://grepcode.com/.
9 years ago
I would rather prefer eclipse than to head bang on compile run etc., i guess we should be concentrating on logic.
you can download eclipse and start coding.

https://www.eclipse.org/downloads/
9 years ago
Simple query

select column_name, null from table_name;

what is the use of null here ?
You need to have all Servlet container related libraries in the classpath
11 years ago
Brain storm your ideas write them on paper or type and print ..... then convert it into psuedo code..... do coding
11 years ago

P Arunkumar wrote: please solve my issue.

post the code
11 years ago
the tag which used to break the line..
11 years ago
There is a very simple solution override the HttpServletResponse's sendredirect method using HttpServletResponseWrapper. You can write your own customized redirect method .
11 years ago
Do some coding get error look for answers, don just distribute your assignments