Why would I need Java on my PC?

1 Answer

Answer :

Some websites and programs use it to run so if you get rid if it you may find somethings don’t work however I haven’t had java on my PC for years and never have any problems.

Related questions

Description : What should I do so that I can learn Java in a fast and efficient manner?

Last Answer : Perhaps you could audit a course. Auditing isn’t as expensive, but you’ll still get the instruction.

Description : Just allowed Java to load on my machine. Is that a mistake?

Last Answer : No, you’re fine. Java is an essential component of many websites, and it’s as safe as houses.

Description : Can anyone coach me through how to use java on my Mac?

Last Answer : answer:You might want to start with Eclipse. This might help too. I haven't played with Java before but you might also need Xcode. It is free. I'm not sure if Eclipse has its own compiler or ... essentially what your instructor has done to you. This isn't high school. You are now a paying customer.

Description : What is hashcode in JAVA..?

Last Answer : answer:

Description : Does knowing java make learning C/C++/Python easier? Which should I learn first?

Last Answer : answer:Learn Python first if you have no programming experience. The syntax is more human-friendly while still offering the features and speed of compiled languages (like Java and C). With ... speed up the learning process significantly. In what field will you be using your programming knowledge?

Description : How to use a Character in a Switch Statement (Java)

Last Answer : answer:Not a java guy so this is just a guess, but it looks like you need to put some quotes around your characters to identify them as strings. Right now I'd guess they're being treated as ... not being found. So instead of case a: use case a : Also remember case sensitivity with characters

Description : How do I run a .jar (java) application on my mac?

Last Answer : I had this problem before, it has something to do with the way JavaSun scripted Java for mac. I would say do a Spotlight for Java and see what comes up, if you don't get an App called Java ... more ideas, but the wrists are starting to hurt and I think I need to call it a night with typing.

Description : Necessary to upgrade JAVA?

Last Answer : It's definitely unnecessary... this last upgrade, if I recall, fixed the daylight savings time (that the US just changed). Regardless, you are probably never using java... and I'm sure the version you have will ... .) But Java truly won't make any difference to you. Don't update if it's a big pain.

Description : For begginers, is Java better than Python?

Last Answer : answer:I don't have any experience with Java, but I can say that Python is the cat's meow. Python is clean and easy to understand, has a zillion libraries you can take advantage of, and has some cool ... have friends who rave about Ruby, but I don't know it well enough to offer an opinion on it.

Description : Using Java Date class...

Last Answer : answer:Date is deprecated because it isn't locale aware. It was replaced with the Calendar family of classes. In order to create & populate an object representing a date in Java you can do something like ... (Calendar.YEAR, 2008); c.set(Calendar.MONTH, Calendar.FEBRUARY); c.set(Calendar.DATE. 19);

Description : What book(s) should I get for learning Java?

Last Answer : Can you clarify one thing before I answer. Are you looking to learn Java or Javascript? There’s a HUGE difference between them, so that’s why I’m asking.

Description : I need a new laptop, a PC. Help me pick the perfect one!

Last Answer : You say price is no object, but can you still set us a budget to work on?

Description : Finally caving---need a new laptop---suggestions, please? (PC)

Last Answer : Look at the choices from Asus and Toshiba.

Description : I need reliable, inexpensive PC repair in NYC - help me?

Last Answer : We live in Brooklyn and my husband is a computer genius. You can come over and he can take a look at it. I’ll forward this q to him.

Description : Need Advice on a Custom Build Audio PC?

Last Answer : I sent this to sndfreQ. This is right up his alley. It might be awhile so check back later if nobody else can help.

Description : I need help with boot order on dual OS pc?

Last Answer : To make windows the default, you’ll need to edit grub.lst. When you format over Ubuntu, you don’t remove GRUB, which has been copied to the MBR of your boot disk. You’ll need to fix the win7 MBR. You may also need to take the steps outlined here (if they’re significantly different).

Description : I just got a Sony from best buy and am thinking about returning it. I paid 800 for the laptop. What should I exchange it for? I need to get a PC because it’s for work.

Last Answer : I would go with a Dell; reliable, fast, and great customer service when needed.

Description : I need to find a good webcam to be used in a PC, i want it to be clear and with mic built-in, i have $70 available for this, any help?

Last Answer : I’m a fan of the Logitech Quickcam Pro for Notebooks. It’s small, portable, high-res. Overall I’m rather impressed/satisfied. Prices seem to have come down since I got it.

Description : Cheap

Last Answer : Need Answer

Description : To send objects across the wire, beans need to be encoded using the Java Architecture for XML Binding (JAXB). a) True b) False

Last Answer : True

Description : ............... package is used by compiler itself. So it does not need to be imported for use. A) java.math B) java.awt C) java.applet D) java.lang

Last Answer : D) java.lang