Also I can t see Videos for some reason on any site... YouTube or whomever/whatever Site I m on... I can watch my own Videos on my PC.
Please help.
Thanks
Derrick
i installed java and flashplayer.
i m stuck on this project:
Create a data file containing names- names.txt. The first line of the file is the number of names (an int). The rest of the file contains one name per line.
Retrieve the names as an array of strings.
After you have retrieved the names- print them out.
Repeat
Ask the user to enter a name from the keyboard- if the user enters nothing (an empty string)- end the program- otherwise tell the user whether or not the name he entered is equal to one of the names in your array.
Until no name is entered.
Hey-
How do i set:
Calendar c = new GregorianCalendar ();
to today midnight?
and yesterday midnight?
I need it to check if a value in my database was created today (have field datecreated and field content in db)
if anyone has a better way to check please let me know
thanks in advance
I dont know what I m doing wrong here:
I installed Java JDK and RE on Vista.
I am trying to add the bin sub-directory(of the Java directory) location to the system path
So- I go to control panel>environmental variables.
I find the system variable named "Path" and click Edit. I think I should add the address of Java s bin sub-directory at the end of the list in the Variable value field.
But I dont know how? Help
How can a class have an association with itself?
A. If a method executed on an object of that class takes as a parameter another object created by the same class.
B. If a method of the class creates objects containing only primitive data types.
C. If a method calls itself in an infinite loop.
D. If a method of the class is overloaded.
E. If a method executed on an object of the class takes as a parameter an object created by a different class.
No comments:
Post a Comment