User Profile
Collapse
-
thanks for your advice Jos -
what should i do in jsp
Hi I m student and I start learning jsp .Their is both jsp tag library and jsp scripting is available which one should I use to develop application? -
Thanks for your advice and links.
Now I will using simple java applet and nothing more security.Supply ing that with webstart will run on server side and it will take huge resources. So let other to use my applet. Thanks.Leave a comment:
-
No that will not help. I want to create some animation stuffs.Leave a comment:
-
Download codeblocks it is free and update IDE and also come with mingw compilerLeave a comment:
-
After reading that I find that protecting applet is very difficult. But is their any other language available in which I can create dynamic content and also protect them.Leave a comment:
-
How to protect my applet
Is their is any way by using that I can protect my applet. So the applet will run on only my website. -
-
Thread in Swing
How to implement animation in swing using thread. Whenever I try using Thread.sleep than it is not working
ex- if my pro have 3 sleep of 20 second than whole o/p is displaying after 60 second nothing b/w that.
I am changing value in a table or changing foreground of Label after clicking on a button -
How to get caps lock status
How can we get caps lock status in java. That it is on or off. -
-
-
graphics function to tell the postiton of the pointer
is their is any graphics function that will tell us the postiton of the pointer at that time i now about getx() but it is giving only 0 in all the condition -
but that will use a control structure like
while(s!='\0')
l++;
and we don't have to use that
can is their is method so that we print string and then calculate the pointer position at that timeLeave a comment:
-
program to find the length of the string manually
write a program to find the length of the string without using control structures and without using string.h header files??? -
hello friend you cant return more than one value if you use character array otherwise if you want to edit and return more values than use pointer so it goes to memory address and change the value on the address and you do not have to return any thing and you can handle more than one itemLeave a comment:
-
double and float
#include<stdio. h>
#include<conio. h>
void main()
{double i=1.1;
float j=1.1;
clrscr();
if(i==j)
printf("both are equal");
else
printf("both are not equal");
getch();}
why i am getting the else statement as output if the value in double and float data type are equal but if we compare them then the output we get is that the no... -
how to insert speacial character in turboo c editor
ÜÜÄ
how to use this type of character in writing a program in c editor
{note i do not want to print them on the screen but i want to use in printf statement these do many things } -
c book
which one is the best book for c language
let us c
exploring c
ansi c
complete reference c
hidden and secret c
c indeapth
and any other you know -
No activity results to display
Show More
Leave a comment: