answersLogoWhite

0

To find strong number in java?

Updated: 10/17/2024
User Avatar

Wiki User

βˆ™ 13y ago

Best Answer

sir ,

what is perfect no?

User Avatar

Wiki User

βˆ™ 13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: To find strong number in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you get a Java program to find the cube of a number?

Yes


How do you find out whether Java is installed on Linux?

Enter "java -version" into a terminal. If Java is installed, it will tell you the version number. If it is not installed, it will say "command not found."


Where can one find a Java development kit?

Java Development Kits are best found on the Java website. There are a number of programmes that can be downloaded. It is also possible to get Java Development Kit downloads from the Oracle website.


How do you find a system number in a JAVA program?

If by system number you mean the version number of the Java language on the client computer, you can useSystem.getProperty("java.version"); .Or, if you want the Java virtual machine version number you can use System.getProperty("java.vm.version"); .Finally, if you want the version number of the operating system, you can use System.getProperty("os.version"); .


Which math function is used to find the square root of a number using java?

Math.sqrt(number) function is used to find the square root of a number.. try it


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.


Where can one find an array of different java application uses?

There are a number of sites that list the many uses of Java applications. The official Java website is one of these sites. Alternatively, one may also find this information at the web domain DynamicDrive.


Why java called as strong type language?

That means that Java is fairly strict about data types.


How do you find out if your computer has java?

Open cmd and type java


Where can one find java plugin downloads?

There are several sites online where one can download the Java plugin such as Java, Oracle, Cnet, and Microsoft. One can find their current version of Java by visiting the Java Tester website.


Where can one find a guide on how to synchronize Java?

There are a number of websites which specialise in Java tips and how-to guides. Websites from AvaJava, CSC and JavaMex are just some of the websites available as well as blogs such as that from 'Javarevisited'.


How to write A Java program to print number of digits in a given number?

One way to do this is to convert the number to a String, then use the corresponding String method to find out the length of the String.