Click here to Skip to main content
15,887,175 members
Home / Discussions / Java
   

Java

 
GeneralRe: H2 database (SQL) syntax error Pin
Richard MacCutchan15-May-17 20:49
mveRichard MacCutchan15-May-17 20:49 
AnswerRe: H2 database (SQL) syntax error Pin
Patrice T21-May-17 12:34
mvePatrice T21-May-17 12:34 
QuestionHelp me with CreateProcess error=216 and Gradle error in Android at fist build Pin
Cao Khả Tú11-May-17 20:45
Cao Khả Tú11-May-17 20:45 
AnswerRe: Help me with CreateProcess error=216 and Gradle error in Android at fist build Pin
Richard MacCutchan12-May-17 3:11
mveRichard MacCutchan12-May-17 3:11 
GeneralRe: Help me with CreateProcess error=216 and Gradle error in Android at fist build Pin
wseng21-May-17 21:49
wseng21-May-17 21:49 
QuestionHow do we make responsive software??? Pin
Member 1319306610-May-17 20:07
Member 1319306610-May-17 20:07 
AnswerRe: How do we make responsive software??? Pin
Richard MacCutchan10-May-17 23:45
mveRichard MacCutchan10-May-17 23:45 
QuestionI need help with a Java program !! Pin
Member 131899649-May-17 9:54
Member 131899649-May-17 9:54 
A small Off Broadway Theater is opening in Manhattan. The theater consists of an orchestra section and a balcony. The manager purchased a computer for its automated ticket system; and you’ve been awarded the contract to program the test system that will assign seats for the Opening Night of “String Man”.

Your program should display the following choices: Please enter 1 for orchestra and 2 for balcony. If the person types 1, your program will assign a seat in the orchestra section (rows 1-10, 20 seats per row). If the person types 2, your program should assign a seat in the balcony section (rows 11-20, 15 seats per row).

Use a two-dimensional irregular array of primitive type boolean to represent the seating chart of the theater. Initialize all the elements of the array to false to indicate that all seats are empty. As each seat is assigned, set the corresponding elements of the array to true to indicate that the seat is no longer available.

Your program should never assign a seat that has already been assigned. If either the orchestra section or the balcony becomes full, your program should display a message indicating that section is full; and ask the user if they would like a seat in the remaining section. If the user responds, “no”, your program should display the string, “Next performance is in one week”. If both sections are full, your program should display the string, “Sorry, Opening Night is Sold Out”.

When a seat is assigned, your program should print out a ticket indicating the row and seat assignment.
AnswerRe: I need help with a Java program !! Pin
Richard MacCutchan10-May-17 23:46
mveRichard MacCutchan10-May-17 23:46 
AnswerRe: I need help with a Java program !! Pin
Patrice T21-May-17 12:37
mvePatrice T21-May-17 12:37 
Questionextracting the commented line java when reading the file Pin
Member 131753735-May-17 5:26
Member 131753735-May-17 5:26 
QuestionArrayIndexOutOfBoundsException Pin
RcExtract30-Apr-17 19:14
RcExtract30-Apr-17 19:14 
AnswerRe: ArrayIndexOutOfBoundsException Pin
Richard MacCutchan30-Apr-17 21:06
mveRichard MacCutchan30-Apr-17 21:06 
QuestionBiometric Authentication Pin
Member 1315111925-Apr-17 2:51
Member 1315111925-Apr-17 2:51 
QuestionRe: Biometric Authentication Pin
Richard MacCutchan25-Apr-17 2:54
mveRichard MacCutchan25-Apr-17 2:54 
QuestionSorting in ArrayList Pin
Costea Cornea23-Apr-17 5:03
Costea Cornea23-Apr-17 5:03 
AnswerRe: Sorting in ArrayList Pin
Richard MacCutchan23-Apr-17 5:48
mveRichard MacCutchan23-Apr-17 5:48 
GeneralRe: Sorting in ArrayList Pin
Costea Cornea23-Apr-17 7:19
Costea Cornea23-Apr-17 7:19 
AnswerRe: Sorting in ArrayList Pin
Afzaal Ahmad Zeeshan23-Apr-17 7:27
professionalAfzaal Ahmad Zeeshan23-Apr-17 7:27 
GeneralRe: Sorting in ArrayList Pin
Richard MacCutchan23-Apr-17 22:00
mveRichard MacCutchan23-Apr-17 22:00 
GeneralRe: Sorting in ArrayList Pin
Costea Cornea24-Apr-17 6:40
Costea Cornea24-Apr-17 6:40 
GeneralRe: Sorting in ArrayList Pin
Richard MacCutchan24-Apr-17 6:49
mveRichard MacCutchan24-Apr-17 6:49 
Questionjava socket Pin
Member 1313896819-Apr-17 8:51
Member 1313896819-Apr-17 8:51 
AnswerRe: java socket Pin
NotPolitcallyCorrect19-Apr-17 9:57
NotPolitcallyCorrect19-Apr-17 9:57 
QuestionExecutable created using ant build Pin
Benjamin Bruno19-Apr-17 1:09
Benjamin Bruno19-Apr-17 1:09 

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.