Java
Hi everyone! I'm developing desktop application on Java which will work with DB Oracle (Oracle Database 11g Express Edition). Please if you have some examples I would appreciate links to such application or your own experience, because it is my first time. Preferably for IDE Netbeans. Thank you in advance.
- 583 views
- 1 answers
- 0 votes
Hi! I have a task, to read XML file from FTP server (data output in the table). My implementation is not the best: file is downloaded to hard drive and then it is read from given path, for example 'C:/something.xml'. Personally I don't like it, but I couldn't find better solution. I guess there should be options to save file to RAM and and then to read it from RAM, or may be directly from FTP. I will appreciate your opinion and advice.
- 916 views
- 1 answers
- 0 votes
How do I create a Java ME application with color? Please am having a serious challenge in getting a j2me app with color to work, after hours of internet searching, I got information that I can use Lightweight User Interface Toolkit widget, Java ME or Codenameone. which of these three is more efficient? which one was used for the user interface of a java application like Gmap?
- 707 views
- 1 answers
- 0 votes
Is it feasible to write a web crawler in Java? I know some web crawlers are written in languages such as PHP but I am not entirely sure you can have one written in Java. So my question is, can you write a web crawler program in Java and have it deployed on the web to search for information? If it is possible, then do you know how efficient such a program written in Java will be?
- 637 views
- 1 answers
- 0 votes
What is the concept of Java programming? Are there diverse concepts of java programming? Why is it necessary for one to have the Java in this computing world? Can anyone become a java programmer or developer? What is Java Development Kit abbreviated as JDK? My name Jason from Democratic Republic of Congo. Thank you.
- 657 views
- 1 answers
- 0 votes
I need a code to see a pyramidal structure create printed pressure entering the last full user. (I have an example of a completed below). I'm new to programming, i can enjoy, but stuck in this problem.
1
222222
33333 33333 33333
4444444 4444444 4444444 4444444
Everyone knows please help me.
- 589 views
- 1 answers
- 0 votes
While programming in Java in my latest version of netbeans, whenever I try to execute my program it shows null pointer exception though I have declared and initialized the variables. Can it be due to some other reasons also? If yes, what are they? Or can it be due to improper or incomplete installation of Netbeans?
- 704 views
- 1 answers
- 0 votes
I have JDK 6 installed in my computer. Applications in command prompt or Swing based applications work completely fine. Problem is with applets. When I tried to run my applet in Google Chrome, it shows a blank area and the error shown is,"Java(TM) is required to display some elements on this page". In front of that, a "Install plug in" option is there. I clicked it and it shows download java. It is not the plug in, it's again the whole JDK. I have JDK already installed, why should I again download it? Please tell some alternatives.
- 705 views
- 1 answers
- 0 votes
Hi everyone, I'm really new to programming and design and I'm still in the perfect learning process though I know HTML5 but Java is where I lack knowledge little bit, so friends please guide me I want to create 3 arrays using Java input. Is it possible to create 3 arrays at once that is
Array[]1,array 2[], array3[]
Please correct me if I'm wrong.
- 725 views
- 1 answers
- 0 votes
I need help in writing a Java program that uses my barcode reader device. Can someone please help me on the Java codes so I can connect and utilize my barcode reader device? I will be using it on a my new business, but I don't know how I will start the code. Can anyone help?
- 532 views
- 1 answers
- 0 votes