Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Platform
Any
License
Any
Thanks krishbaloda ! the scanner is working
hi all,
i m working on my final year project. i need to detect that is there any game running on computer... for that purpose i m thinking some thing about vga memory...can anyone tell me how...
is der any way to automaticalyy move the mouse pointer on the main desktop(not on the apllet window)
with the help of some java program with mosue events n all......
can some please tell me how to access USB port thru JAVA or C++.
Like i want to disable them thru programming.
: Hello this java applet is supposed to draw an image that follow the
: movements of the mouse. How ever when I run this on my server I
: don't see any picture. Offline however It seems to work...
Hello this java applet is supposed to draw an image that follow the movements of the mouse. However when I run this on my server I don't see any picture. Offline however It seems to work perfectly....
: : : : : : :what do you mean " Applets
: : require you to override the init() to perform a function, while
: : applications require a main() method".
:
Every piece of computer code needs some...
: hi everyone...
: my java application needs presnt cpu usage....
:
: like i can get from task manager...
: but i want from command line....
:
: i can call external application for this ......
hi everyone...
my java application needs presnt cpu usage....
like i can get from task manager...
but i want from command line....
i can call external application for this ...
but tell me...
: Take C++. There's absolutely NO reason to learn C, unless you like
: spending hours learning syntax and functions that are "depreciated"
: in C++.
:
One reason would be to understand...
: : Could somebody help please?
: :
: : I'm developing a multilingual application which contains several
: : text components within a JFrame and I need to be able to type
: : in/insert foreign...
: Could somebody help please?
:
: I'm developing a multilingual application which contains several
: text components within a JFrame and I need to be able to type
: in/insert foreign...
Could somebody help please?
I'm developing a multilingual application which contains several text components within a JFrame and I need to be able to type in/insert foreign characters in all of...
: need help for codes on creating a java program that prints the input
: from keyboard 100 times. Also for creating a 10 x 10 matrix for a
: multiplication table
:
int n =101;...
need help for codes on creating a java program that prints the input from keyboard 100 times. Also for creating a 10 x 10 matrix for a multiplication table
hi I kind of need some help you see I want to display the message that says on the javac in command prompt that says
//Enter parcel weight:
//200
//A 200 gram parcel costs $2.50 to deliver....
Hi,
I would like to read some system information, like CPU speed,size of free
RAM, free disk space...
How could I do in using java?
Thank you
= 0) {
: : procOn = false;
: : }
: :
: This checks if the string l has an empty part in it, which is always
: true. If you want to check whether 2 strings are equal, then you
: need...
= 0) {
: procOn = false;
: }
This checks if the string l has an empty part in it, which is always true. If you want to check whether 2 strings are equal, then you need to use the String...