Click here to Skip to main content
15,885,767 members
Home / Discussions / Java
   

Java

 
AnswerRe: How to get web page content in a excel file.? Pin
Richard MacCutchan18-Apr-16 0:11
mveRichard MacCutchan18-Apr-16 0:11 
GeneralRe: How to get web page content in a excel file.? Pin
mbatra3118-Apr-16 0:32
mbatra3118-Apr-16 0:32 
GeneralRe: How to get web page content in a excel file.? Pin
Richard MacCutchan18-Apr-16 1:06
mveRichard MacCutchan18-Apr-16 1:06 
Questionaccessing elements in java arrays Pin
Member 1245506112-Apr-16 9:55
Member 1245506112-Apr-16 9:55 
AnswerRe: accessing elements in java arrays Pin
Richard MacCutchan12-Apr-16 10:22
mveRichard MacCutchan12-Apr-16 10:22 
AnswerRe: accessing elements in java arrays Pin
Richard MacCutchan12-Apr-16 10:23
mveRichard MacCutchan12-Apr-16 10:23 
AnswerRe: accessing elements in java arrays Pin
Patrice T12-Apr-16 10:34
mvePatrice T12-Apr-16 10:34 
Questionjava assignment Pin
Member 1244926010-Apr-16 2:20
Member 1244926010-Apr-16 2:20 
1. As a programmer you are tasked with a presentation to a group of investors to demonstrate how arrays (2D and Multi-dimensions) can be used in Real Time Systems. (20)
2. Name five tools from the JDK and explain what they are used for. Show a typical invocation for each of the four tools. (20)
3. If a VW GTi vehicle costs R. 119,995 or less, you receive a R. 1,000 discount and the finance charge is 5% per year. If the vehicle costs more, there is no discount but the finance charge is only 4% per year. In either case you have to pay off 10% of the original cost of the vehicle per year. Write a program and an application to convert between the cost of the vehicle and what you still owe exactly one year later. (10)
4. Suppose you are a software engineer working for South Africa Defense Force (SADF) , and you
have been asked to code a simple countdown timer that will be installed at new nuclear missile launch sites. Your timer should count down from 15 seconds to zero, update every 72 milliseconds, and display hundredths of a second.
4.1 Define the following class constants to specify the parameters of your timer:
o Start Time: the start time for your timer, set as 10,000 milliseconds.
o Unit Time: the time interval between each update, set as 72 milliseconds. (20)
4.2 Create a GLabel with font Segoe UI to display how much time is left on your timer, which can appear anywhere on the console window as long as all the digits are clearly visible. If 05:09 milliseconds are left, your timer should read 5:09 as shown above instead of 05: 09.
AnswerRe: java assignment Pin
OriginalGriff10-Apr-16 2:21
mveOriginalGriff10-Apr-16 2:21 
GeneralRe: java assignment Pin
Member 1245506112-Apr-16 9:58
Member 1245506112-Apr-16 9:58 
GeneralRe: java assignment Pin
Richard MacCutchan12-Apr-16 10:02
mveRichard MacCutchan12-Apr-16 10:02 
GeneralRe: java assignment Pin
Member 1245506112-Apr-16 10:04
Member 1245506112-Apr-16 10:04 
GeneralRe: java assignment Pin
Richard MacCutchan12-Apr-16 10:21
mveRichard MacCutchan12-Apr-16 10:21 
GeneralRe: java assignment Pin
Member 1245506112-Apr-16 10:03
Member 1245506112-Apr-16 10:03 
GeneralRe: java assignment Pin
Richard MacCutchan12-Apr-16 10:20
mveRichard MacCutchan12-Apr-16 10:20 
QuestionHow to restore mysql database in java Pin
Noorullah Noori8-Apr-16 21:07
Noorullah Noori8-Apr-16 21:07 
QuestionRe: How to restore mysql database in java Pin
Richard MacCutchan8-Apr-16 22:20
mveRichard MacCutchan8-Apr-16 22:20 
AnswerRe: How to restore mysql database in java Pin
Noorullah Noori9-Apr-16 0:58
Noorullah Noori9-Apr-16 0:58 
GeneralRe: How to restore mysql database in java Pin
Richard MacCutchan9-Apr-16 2:18
mveRichard MacCutchan9-Apr-16 2:18 
GeneralRe: How to restore mysql database in java Pin
Noorullah Noori9-Apr-16 21:41
Noorullah Noori9-Apr-16 21:41 
GeneralRe: How to restore mysql database in java Pin
Richard MacCutchan10-Apr-16 1:52
mveRichard MacCutchan10-Apr-16 1:52 
QuestionLaying out - Please help Pin
Ashford Tulgaa3-Apr-16 23:13
Ashford Tulgaa3-Apr-16 23:13 
SuggestionRe: Laying out - Please help Pin
Richard MacCutchan4-Apr-16 4:19
mveRichard MacCutchan4-Apr-16 4:19 
QuestionHow to customise a JButton`s button Pin
KrReyes31-Mar-16 7:15
KrReyes31-Mar-16 7:15 
AnswerRe: How to customise a JButton`s button Pin
Patrice T31-Mar-16 7:51
mvePatrice T31-Mar-16 7:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.