Click here to Skip to main content
15,879,326 members
Home / Discussions / Java
   

Java

 
Questioncheck and correct the following code Pin
EngySamy23-Oct-22 14:40
EngySamy23-Oct-22 14:40 
GeneralRe: check and correct the following code Pin
Richard MacCutchan23-Oct-22 21:50
mveRichard MacCutchan23-Oct-22 21:50 
GeneralRe: check and correct the following code Pin
EngySamy23-Oct-22 22:55
EngySamy23-Oct-22 22:55 
GeneralRe: check and correct the following code Pin
Richard MacCutchan23-Oct-22 23:24
mveRichard MacCutchan23-Oct-22 23:24 
GeneralRe: check and correct the following code Pin
Dave Kreskowiak24-Oct-22 2:30
mveDave Kreskowiak24-Oct-22 2:30 
GeneralRe: check and correct the following code Pin
Richard MacCutchan24-Oct-22 3:26
mveRichard MacCutchan24-Oct-22 3:26 
AnswerRe: check and correct the following code Pin
jschell24-Oct-22 14:03
jschell24-Oct-22 14:03 
QuestionI have problem in Recursion code please help Pin
EngySamy22-Oct-22 16:19
EngySamy22-Oct-22 16:19 
write a recursive function which takes 2 input parameters. The first is an employee id and the second is another employee id. We need this function to check if the second Employee is one of the direct or indirect managers, it must return true if the second employee is one of the reporting line for the first employee, otherwise it will return false

Employee
Emp Id int primary key,
Name varchar(50) not null,
Manager int references Employee (Emp_ld),
JobTitle int references JobTitle(JTId)

AnswerRe: I have problem in Recursion code please help Pin
Gerry Schmitz23-Oct-22 5:49
mveGerry Schmitz23-Oct-22 5:49 
GeneralRe: I have problem in Recursion code please help Pin
EngySamy23-Oct-22 14:53
EngySamy23-Oct-22 14:53 
QuestionWhat are the details regarding project and/or make file in Java? Pin
Xarzu7-Oct-22 18:18
Xarzu7-Oct-22 18:18 
AnswerRe: What are the details regarding project and/or make file in Java? Pin
Richard MacCutchan12-Oct-22 21:18
mveRichard MacCutchan12-Oct-22 21:18 
QuestionProblem in java pattern program Pin
Shashank Singh Sep202228-Sep-22 5:53
Shashank Singh Sep202228-Sep-22 5:53 
AnswerRe: Problem in java pattern program Pin
Richard MacCutchan28-Sep-22 6:22
mveRichard MacCutchan28-Sep-22 6:22 
QuestionWrite a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Member 1576643824-Sep-22 9:58
Member 1576643824-Sep-22 9:58 
AnswerRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Victor Nijegorodov24-Sep-22 21:40
Victor Nijegorodov24-Sep-22 21:40 
AnswerRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Richard MacCutchan25-Sep-22 3:46
mveRichard MacCutchan25-Sep-22 3:46 
GeneralRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Richard Deeming25-Sep-22 21:25
mveRichard Deeming25-Sep-22 21:25 
GeneralRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Richard MacCutchan25-Sep-22 22:09
mveRichard MacCutchan25-Sep-22 22:09 
QuestionHow to package Jar by copying ONLY USED classes from onother jar ?! Pin
jimakoskx18-Sep-22 17:48
jimakoskx18-Sep-22 17:48 
AnswerRe: How to package Jar by copying ONLY USED classes from onother jar ?! Pin
jschell23-Oct-22 11:30
jschell23-Oct-22 11:30 
QuestionJava program project using netbeans Pin
Member 1576471312-Sep-22 0:20
Member 1576471312-Sep-22 0:20 
AnswerRe: Java program project using netbeans Pin
Dave Kreskowiak12-Sep-22 1:21
mveDave Kreskowiak12-Sep-22 1:21 
GeneralRe: Java program project using netbeans Pin
Gerry Schmitz12-Sep-22 6:27
mveGerry Schmitz12-Sep-22 6:27 
QuestionSocket connection offline vs busy Pin
JohnCodding9-Aug-22 20:26
JohnCodding9-Aug-22 20:26 

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.