answersLogoWhite

0

Connectivity in Java can be affected by internet connection, as well as the type of Java. There are times that if there is a poor connection, it can cause Java to not work properly. Java should be updated regularly.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is difference between java 2 and java 5?

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.


What is the difference between Windows and Java?

Windows is an operating system whereas Java is a programming language. They are entirely different.


Does the bytecode is different for every processor?

No, Java bytecode, just like the source code, is universal. The only parts that changes between different architectures are the Java Runtime Environment and its sub-components (such as the Java Virtual Machine).


What are the different between'a' and ''a in java string methods?

The difference between 'a' and "a" anywhere in Java is that 'a' is a primitive char type, while "a" is a String object.


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


Why we write java program using classes?

Classes are well organised functions in java which help discriminate between two different functions.


Is there any difference between java and j2SE?

Core Java and J2SE are the same thing, which is the set of classes to be found in the rt.jar package. The classes were just given different names at different stages of the continued revisions to the Java Runtime Environment.


What is different between Android and java?

Android is an Operating System that runs on specific devices and controls those devices' functions. Java is a general programming language that can run on many different devices (computers, phones, tablets, and so on), one of which is Android. Thus, the comparison of the two are that they are completely different, with the only relation between the two is that Android runs Java programs.


How do you put your photos off your LG Secret onto your computer?

change the settings on the conectivity menu on your phone to pictbridge change the settings on the conectivity menu on your phone to pictbridge


What is the difference between javascript and java programming langugage?

JavaScript and java are 2 completely different things. JavaScript is in web pages to make it more interesting and java is a complex computing language devised from c + c++.


How do you find the difference between two arrays in Java?

for arrays you can list the different arrays and what attributes that you give to them.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


What is HashMap Java used for?

HashMap Java is used as a definition in Java software programming language. This version of Java is used to tag objects using hash numbers and therefore differentiate different items in different databases.


How can you solve limited or no conectivity of your lan?

check connections are secure. restart router.


What is the difference between Java bean and bean?

JAVA beans and coffee beans are two very different things . JAVA beans are used to generate getters and setters. while coffee beans are use to make coffee.


What is the difference between java and android?

Java is a virtual-machine-based programming language that can run on many different platforms, while Android is an operating system that directly interfaces with a specific type of hardware.


Major difference between c and java?

Java is object oriented, C is not...


What is the difference between javascript and java language?

JavaScript and Java are two different programming languages. Java is a server-side, statically typed language. JavaScript is a mostly client-side, dynamically typed language. Java supports heavy back end computations while JavaScript enables interactive AJAX ones.


What are some of the different features of Java?

Check the link below for the Java entry in Answers.com.


Can a java program has two different variable?

Yes. You can have as many variables as you want in Java