Top 20
ArcMedia JavaScript Source Code 3000 Pro (gar448) for PC Questions & Answers
Cant install java new version
it is java just right click on your task-bar near your clock and choose task manager look for jqs.exe right click it and choose end process.
11/9/2013 3:45:28 AM •
ArcMedia...
•
88 views • 0 helpful votes
Java isn't running
check on the bottom of your browser for an exclaimation mark..double-click it and the location of the errors in your code will be mentioned in the resulting window. Fix it-& try again!
1/19/2013 5:35:03 PM •
ArcMedia...
•
72 views • 1 helpful votes
Codes of BufferedReader and FileInputStream in one
class base{ int a,b; void display(int x,int y ){ a=x; b=y;} void dismax() { display(); if(a>b) System.out.println("first Value is greater"+a); else { } }} class dervd extends base{void dismin(){ display(); if(b>a) System.out.println("second value is greater"+b); else { }} public static void main(String args[])throws IOException { BufferedReader in= new BufferedReader (new InputStreamReader(System.in)); System.out.println(" Enter 1st value"); String s=in.readLine(); int m=Integer.parseInt(s);
System.out.println(" Enter 2nd value"); String s1=in.readLine(); int n=Integer.parseInt(s1); base b1=new base();b1.display(m,n);b1.dismax();dervd d1=new dervd();d1.dismin();}}
10/3/2011 2:14:44 AM •
ArcMedia...
•
118 views • 0 helpful votes
How do I change my browser settings to run
For Java & Javascript Tools>Options>Content.
Firefox does not internally support active X.
Visit the Firefox Mozilla website to locate the Esker Active X Plug-In
5/18/2010 12:46:20 AM •
ArcMedia...
•
158 views • 0 helpful votes
What is error statemant?
The try...catch Statement
The try...catch statement allows you to test a block of code for errors. The try block contains the code to be run, and the catch block contains the code to be executed if an error occurs
The try...catch Statement
The try...catch statement allows you to test a block of code for errors. The try block contains the code to be run, and the catch block contains the code to be executed if an error occurs
Syntax:
try
{
//Run some code here
}
catch(err)
{
//Handle errors here
}try
{
//Run some code here
}
catch(err)
{
//Handle errors here
}
4/3/2010 3:10:51 AM •
ArcMedia...
•
549 views • 0 helpful votes
How to add in javascript?
var a=promt(“Enter first value to
be added”);
a= parseInt(a);
var b=promt(“Enter second value to
be added”);
b= parseInt(b);
var c = a+b;
alert (“Result is” +c);
5/11/2010 4:11:23 AM •
ArcMedia...
•
132 views • 0 helpful votes
Why showing fatal errors during uninstalling java
go into Control Panel\Add/Remove Programs and scroll down to remove Java from my system. I click remove and it comes up with the window "Add or Remove Programs: Are you sure you want to remove Java(TM) 6 Update 13 from your computer".
I click yes and it says "Preparing to remove"
then configuring java.. and then come up with the window:"Fatal Error During Installation"
I've tried enabling logging.. it didn't work.. so that's all the info I can give, I have two HD's mounted.. if that helps.. I don't know. I tried using the install again.. it didn't work believe it or not
. Anyway please help
3/13/2010 7:10:13 PM •
ArcMedia...
•
222 views • 0 helpful votes
Not finding what you are looking for?