06/06/22
Java programming
ip = 11,12,13,14,15,16,17,18,19,20 // as a Stringop11 12 15 13 16 18 14 17 19 20
04/26/22
JAVA CODE NEEDS MISSING CODE
This java code below done in java swing has missing code in the TODO sections down below within the code, I need help adding these missing lines please. I have bolded them in the code:import...
more
01/26/22
Ans is not matched! all answer in write in incorrect answer
import java.lang.System;import java.lang.String;import java.io.*;import java.util.Scanner;class Que_6{ public static void main(String Args[]) throws IOException { String username =""; String...
more
I have developed this but email goes blank but actualy there is data in the table?? below i have excluded try catch block
ALTER PROCEDURE [dbo].[spReportDataSync_log]ASBEGIN declare @last date = DATEADD(DAY, (DATEDIFF(DAY, 4, GETDATE()) / 7) * 7-7 , 4) declare @current date = DATEADD(DAY ,7, @last) DECLARE...
more
09/13/19
In CSS3, what is a div?
04/11/19
Why is the Java main method static?
The method signature of a Java `main()` method is:
public static void main(String[] args) { ... }
Is there a reason for this method to be static?
04/10/19
Jasper is filling a nest, it takes him 20 mins. Mr. S is removing paper from the nest which takes him 25 mins. How long will Jasper take to fill the nest if Mr. S emptying the nest at the same time.
If tried various ways but can't seem to get the answer
03/14/19
What is the difference between HTML tags <div> and <span>?
I would like to ask for some simple examples showing the uses of `` and ``. I've seen them both used to mark a section of a page with an `id` or `class`, but I'm interested in knowing if there are...
more
How to create a method to return 1 or 0 without using conditions?
I was asked a question in an interview to return 1 if provided 0 and return 0 if provided 1 without using conditions i.e if, ternary etc
Just to give you and idea below code without if's:
public...
more
Distance and speed of two people walking 100 miles?
This is for GRE math prep. Can you explain why the answer to this is 54? Five hours after Sasha began walking from A to B, a distance of 100 miles, Mario started walking along the same road from B...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.