-
Replied To a Post in Android Installation
follow the installation instructions. it's dead easy. http://developer.android.com/sdk/installing/index.html?pkg=studio You MAY have to install an Oracle JDK first, set the global JAVA_HOME environment variable to point to it, add $JAVA_HOME/bin to … -
Replied To a Post in Help with the pet store
hehe, I'm so used to writing things in tightly controlled environments that are performance critical that I'm pretty well used to using protected data members in abstract base classes (usually … -
Replied To a Post in Help with the pet store
and what do you know about private? Private members can ONLY be accessed from within the class they're defined in. You're trying to access them from another class. Either redefine … -
Replied To a Post in How to use?
there are places called "libraries" where they have many books to read. There are also places called "bookstores" where you can buy books to read. I suggest you visit some … -
Replied To a Post in cloud suggestions
yes, setting up your own NAS would be cheapest. Of course it may be a violation of your ISP's terms of service. -
Replied To a Post in cloud suggestions
AFAIK all such services require you install some software for the purpose. Which is no surprise really. What you'd need is a VPS somewhere with ssh access. You wouldn't need … -
Replied To a Post in JBOSS NOT DEPLOYING APPLICATION
check your logs, they'll give you hints at what's wrong. -
Replied To a Post in how to work Login System ?
And any decent one will tell you to not bother unless you have to. Rely on an external authentication system instead. Be if facebook, twitter, google, OpenID, etc. etc. or … -
Replied To a Post in Windows 10 and the cloud
I wonder if OP even understands what "the cloud" is, or what a "cloud OS" is. -
Replied To a Post in Warning: Dell Laptops may cause insanity
never needed HP support myself, but heard many horror stories about them (unless you're a big corporate account, in which case you pay a lot of money for premium support … -
Replied To a Post in ubuntu error
and do upgrade to the latest release from Oracle. 1.8.0_60 as of writing. 1.7.0_79 is the last 1.7 release, mostly security fixes and some minor stuff. -
Replied To a Post in toString() and getter returning an object
format would try to convert anything in the arguments to a String, which AFAIK is done by calling toString() on any object reference in the argument list (of course the … -
Replied To a Post in banking program in visual basic 6.0
you've never seen one because making one in VB6 is the worst idea you could ever come across. Terrible security features, vulnerable to just about any hacking strategy known to … -
Replied To a Post in toString() and getter returning an object
and remember that for anything in that string you're building its toString() method is called under the hood... -
Replied To a Post in window 10 is good or not?
Microsoft is a company, of course they need to make a profit... If they don't, they go out of business... If you're hell bent on not using software that's created … -
Replied To a Post in toString() and getter returning an object
toString() gives you a string representation of your object. But you have to define that string representation if you want it to be anything meaningful and human readable. The default … -
Replied To a Post in Java, Constructor that MUST EXPLICITLY call super
why would you want to? It's called implicitly as is... -
Replied To a Post in window 10 is good or not?
no, the data is used to determine how to make the user experience better. Things like moving things closer to each other on the screen that people often use together. … -
Gave Reputation to Reverend Jim in window 10 is good or not?
Starting with Build 10565, Windows 10 will display ads in the start menu. Microsoft is calling them "suggested apps" rather than ads, but ads is what they are. It is … -
Replied To a Post in Playlist java
do your own homework, kiddo. If you've specific detail questions people will be happy to help, but we're not here to help you cheat and get a passing grade on … -
Gave Reputation to 76342ck in Playlist java
Here's the instructions: Write a Song class that contains the following properties along with appropriate get/set methods. Please note this is a pretty simple object and not anywhere near the … -
Replied To a Post in cash register class
> So many ... dead threads ... now ... being resuscitated? happens every new semester when programming courses start in certain countries where the majority of kids aren't interested in … -
Replied To a Post in What are your corporate core values and how do express them your visitors?
I think he's trying to spam. All his posts are seemingly random phrases posted to seemingly random forums. -
Replied To a Post in window 10 is good or not?
Windows 10 is fine. Use it on 5 PCs and my phone. Edge could use some more functionality, true, but it's extremely fast and light weight, making it very good … -
Replied To a Post in What skills do you need to become a good web developer?
hmm, been building enterprise level web applications for 15 years, only ever touched python as a hobby. Planning to do a bit more with it, but no, you don't need … -
Replied To a Post in Networking
he probably means physical connections :) Can only plug in so many cables after all. And yes, you can plug in a switch or router into your DSL modem/router. -
Replied To a Post in How to Avoid Blocked by AdBlocker
I hope not. It's the only way to get rid of the flood of highly annoying adbanners with fake download buttons and redirects to phishing sites. -
Replied To a Post in I need help with Java
even better, put it all inside a method and just call that in your loop. Much easier to read... -
Gave Reputation to Rodrigo_2 in New To Turbo C Forum (Some Help Required)
**\**Guys can you help in this problem cos im just a begginer.. Create a program that will allow theuser to intpu 10 integers. The progrem will also determine how many … -
Gave Reputation to Yuva_1 in New To Turbo C Forum (Some Help Required)
I am not able to give tabspace for a c program while giving the input. I am using Turboc Please help me -
Replied To a Post in Assignment- multiple errors (using else if statements)
do you really think some kid asking to get their homework done for them is going to come back years later and give you their homework they never got done … -
Gave Reputation to matercado20 in Assignment- multiple errors (using else if statements)
Dude, can you please submit the fixed and working code ? -
Replied To a Post in android studio TOO SLOW any alternative
Android Studio is the fastest IDE around. You can of course do things the hard way and write all your code in a text editor like VI or Notepad and … -
Replied To a Post in Java application Setup
Typically, you'd just have a method in the main class that does that stuff, or in a class where you launch it from the main class. A single entry in … -
Replied To a Post in System tracking - theft protection software
My thought about all those products is that they're utterly useless. Were I to steal such a device the first thing I'd do is turn off all network options. Then … -
Replied To a Post in Problem with windows
yeah, create an installation DVD or USB pen drive using the media creation tool. Then (or while doing that, it takes a while) save all your data and stuff you … -
Replied To a Post in linux command in java
http://www.javaworld.com/article/2071275/core-java/when-runtime-exec---won-t.html read and shiver. -
Replied To a Post in WHICH IS BEST AND BEST FREE SOFTWARE FOE MAC OS X
https://www.daniweb.com/hardware-and-software/mac-os-x/threads/499996/best-and-free-software-for-mac-os-x gosh... -
Gave Reputation to SAMMY12345 in WHICH IS BEST AND BEST FREE SOFTWARE FOE MAC OS X
BEST FREE SOFTWARE -
Replied To a Post in What skills do you need to become a good web developer?
and realise that there are more things out there than php and mysql, things that often are a far better option. Things like JSF/JEE and Oracle. -
Replied To a Post in Anyone Still Miss/Like Windows XP?
> Just because it's new doesn't mean it's better. true, but in this case it's definitely the case... While XP isn't AS bad as Windows ME (which came before it, … -
Replied To a Post in Which is the best email marketing tool you ever used?
a bolt cutter and a big bucket of superglue to cut off the spammer's computers from the internet and then glue the door to his room shut with him inside. -
Replied To a Post in NEED HELP SOLVING THIS QUESTION
correct. The problem statetement merely tells to solve the problem, not how to solve it :) And for this kind of thing a spreadsheet is the easiest way to go, … -
Replied To a Post in Do you think which company is more promising Apple or Microsoft?
As a programmer, don't "study" operating systems, study programming paradigms. But if you're asking whether there's more money in programming for Windows or iOS, it all depends on what you're … -
Replied To a Post in How To Mask A URL?
being able to do that would be (and was) a major security risk. If you can do it, so can a mallicious site... -
Gave Reputation to Itera Research in Where do you outsource development?
Major companies such as Samsung Electronics, NetCracker, Wargaming, Magento, Siemens and SysIQ outsource software development to companies based in Ukraine, open offices in Ukraine and even set up their R&D … -
Gave Reputation to Itera Research in Gambling business. What can you say?
Gambling website is not a common stuff and creation of such a system requires intelligent and experienced development team. There is tough logic and a lot of math inside the … -
Replied To a Post in Way to avoid null pointer exception
don't use executeUpdate for select statements, use executeQuery. executeUpdate will never result in a ResultSet. According to the javadoc for getResultSet: > returns the current result as a ResultSet object … -
Replied To a Post in Java Assignment Help
post your problems here, don't just link us to some other site and expect us to work it out for you. -
Replied To a Post in Anyone Still Miss/Like Windows XP?
only ever installed XP because my Win2K installation got corrupted and upgrading to XP was the only way to get the machine back without losing all my data. Couldn't wait …
The End.