answersLogoWhite

0


Best Answer

Nope. *rimshot*

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is their any java application that restrict your contacts to you?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does the iPhone support Java?

of course it does- any iPhone should have java application on it from fabrics.


How can you update your java application?

Do any corrections to the source code; recompile.


If any site like filehippo.com for java mobile application?

yes


Why java script called as platform independent?

java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..


Can you download spoutcraft for a Mac?

Spoutcraft is a Java application so it should work on any platform that supports Java such as a Mac.


What is java command?

A Java application can accept any number of arguments from the command line. This allows the user to specify configuration information when the application is launched.The user enters command-line arguments when invoking the application and specifies them after the name of the class to be run.


A cross platform application program is one that?

Can be run on any platform or operating system. Ex: Java


How to make java application?

a Java application is a program written with the very popular porgramming language (Java). the Java programs can run on any operating system (windows,linux,mac...etc) and also it can be run on mobile devices too. in order to the java application to run,it needs to have JRE(Java Runtime Enviroment)installed on the device that it will run on.


What are java crud operations?

CRUD stands for Create, Read, Update, and Delete. Any application or operation that can be specified to do the items listed below is call and CRUD application or Framework. Java like other programs is in a way a framework that allows you to do these operations on an entity such as a database.


Why jsp in j2ee?

JSP stands for Java Server Pages. JSP is an integral part of any j2ee application. It handles the User Interface (UI) layer of any web based application. It has support to execute java code and also can use HTML and java script. The output of a JSP page is usually viewed in a web browser like Internet Explorer or Mozilla Firefox etc.


What powder game doesnt need java?

Any program written for the Java technology needs Java. Any program NOT written for Java DOESN'T need it.


What is the different between java applets java application?

Answer:Java Applet is a kind of application that running on the client's browser, when a browser request a applet embedded page, the applet will downloaded to the client computer and executed within the browser. Servlets is a application that running on the server, when a server receive a request of a servlet, the server will process the servlet and give the result to the client back after the servlet is done.