Ifteqar Ahmed

Ranch Hand
+ Follow
since May 02, 2011
Ifteqar likes ...
MySQL Database Java Linux
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
3
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ifteqar Ahmed

If you write <Script> inside <head> tag You Will Seperate the javascript code from HTML Codes so it would be a structured Code..
String.equals("another string") method checks the contents of the string not the location of the string in the string pool.

So you should always use string.equals() method for comparing ontents
12 years ago
Hi You Can Easily Call the Javascript function by using event of the submit button.

Just Call the functionb like
<html>
<form>
...
.
.
.

<........... onClick=functionname();>
</form>
</html>
The major difference between JPS and Servlets is that JSP files are the Extended version on Servlets.

In JSP we can write HTML Code directly but in Servlets we have include HTML Tags inside the Functions .

When a JSP Executes it will be compiled as a servlet by Tomcat or Any other Application Server like Jboss, Weblogic etc...
12 years ago
JSP
Hi,


You can try with 7-Zip JBinding which uses the 7zip library internally. It's quite easy to use.

This can be downloaded from www.sourceforge.net
12 years ago
What error you are getting?
12 years ago
Hi,

If you have basic knowledge on core java then, please go to servlets and practice more and more on your system to master every concept.


12 years ago
Did you import String Class Library?
12 years ago
Generally DOM Model is the Best way to create XML Documents.
Because.....

Constructors are not inherited
Constructor is called automatically when an instance of the class is created
Constructor cannot be overridden.
12 years ago
Hi

Can you Please post the Build.xml file?..

I think there is problem with your firewall
12 years ago
For speaking Fluent English you have to Practice a lot on Tongue Twisters. This will Speed up Your skills.

12 years ago