answersLogoWhite

0

decipher code depends upon the algorithm you used to make them.

there are no general methods.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a simple java code and explain what the code does?

int a;This simple Java statement declares an integer.


Who create Java and when?

Who create Java & when? Why he create java ? What are mane functions of it?


How do you create a login page by using swing in Java?

In order to create a log in page using swing in Java one must write programming code. The code to do this is about two pages long. If one is not familiar with programming code, it would be best to hire a programmer to do this.


What is BYTE Code in java?

Java byte code is the code that is output by the Java compiler. Byte code is not machine code, it must be interpreted to create the machine code. This is handled by the Java virtual machine. Pretty much every platform produced today has a Java virtual machine implementation, so the same byte code can be executed upon any machine. Byte code can be regarded as being the native language of the virtual machine, as opposed to machine code which is the native language of the physical machine.


How java platform independent with complete architecture?

java is platform independent because java code is compile on javac compiler after create one class file this file is run any of paltform run this code becauase jvm is understand this code properly managed. jatin patel


What class can you extend to create a simple class that provides remote methods using RMI in java?

Remote


What is Full for of APIs in java?

API stands for Application programming interface. API's are pre-written Java code that can be used by other programmers to create their applications.


What is the purpose of call by value in java?

Simple types are passed by value in Java. For example: void meth(int a) { // code } meth(34); // 34 is passed by value


Do you need netbeans to create java applets for your website?

No, you just need to know how to type manually the code. Netbeans, instead, can type the code for your.


How do you do this java code?

You have to specify the task that you wish me to help you with the Java code.


What does the Java compiler translate Java source code to?

The Java compiler translates Java source code to Java byte code.


Can you create a constructor for an interface in java?

NO, we cannot create a contructor for an interface in java.