ProgScripting Languages
- 4611 views
- 1 answers
- 0 votes
What is the difference between program and a software?
This seems to be an identical ideas.
- 1072 views
- 2 answers
- 0 votes
What will happen when you compile and run the following code? public class MyClass{ static int i; public static void main(String argv[]){ System.out.println(i); } } 1) Error Variable i may not have been initialized 2) null 3) 1 4) 0
- 1032 views
- 1 answers
- 0 votes
What will be printed out if this code is run with the following command line?
java myprog good morning
public class myprog{ public static void main(String argv[]) {System.out.println(argv[2]); }} 1) myprog
2) good
3) morning
4) Exception raised:"java.lang.
- 1132 views
- 1 answers
- 0 votes
Hello,
I have been writing a side scrolling shooter in visual studio with opengl. I draw the level with GL_QUADSTRIP that reads its points in from a .DAT file.
The DAT file looks like this
# level length
20
# level speed (used for development/testing)
1.2
# ground data
10
0.0 0.0
1.0 0.25
2.0 0.0
#ceiling data
10
0.0 1.0
1.0 0.75
2.0 1.0
#end
- 1316 views
- 2 answers
- 0 votes
Can you possibly add an element to an array with different data type such as an array of string added with an integer at the last index of the array?
- 996 views
- 3 answers
- 0 votes
At JavaOne, Oracle announced a big initiative to revitalize Java on the desktop, the Web, and mobile devices.
Can it follow through?
- 808 views
- 1 answers
- 0 votes
I work on computer many hours per day there is error in installing adobe software error number 2739.
The error is most commonly the result of the “Jscript.dll” file.
Please anyone tell me what is the problem with this dll file and how to fix it.
Error message:
This installed has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2739.
- 1105 views
- 2 answers
- 1 votes
I have a project where a file of class grades will be saved in an excel file.
The system should allow a user to upload via PHP script and save the data into the database via MySQL.
I need help with it please
- 1796 views
- 1 answers
- 0 votes
Hi!
I have a Problem on my Windows Browser. First of All what are script errors and how can I correct them?
I always got this when i open up my browser to search and I keep setting a script error message when I try to log on to a Sites.
Now I can't log in because of script errors.
Help please!
Thank you!
- 831 views
- 1 answers
- 0 votes