← prev | next →
KK_01_K 2022-08-19 16:34:28
jay 2022-08-19 04:14:15
java 1. request user to enter date in (dd/mm/yyyy) format 2. validate the data a. if date is invalid then print error message “invalid date format” and exit 3. if entered date is valid then check the date range 01/01/2020 to 31/12/2022 a. if entered date is in above specified range then display message “date is valid and within the range” b. else print message “date is valid and out of range”
import java.time.LocalDate;
import java.time.format.DateTimeParseException;
import java.time.format.DateTimeFormatter;
import java.util.Scanner;
public class MyClass {
public static void main(String args[]) {
try(Scanner sc = new Scanner(System. in);){
System.out.println(“Enter the date (YYYY-MM-DD)”);
String date = sc.nextLine();
String pattern = “dd/MM/YYYY”;
LocalDate localDate = LocalDate.parse(date);
localDate.format(DateTimeFormatter.ofPattern(pattern));
LocalDate dateRange1 = LocalDate.of(2020,1,1);
LocalDate dateRange2 = LocalDate.of(2022,12,31);
String message = localDate.isAfter(dateRange1) && localDate.isBefore(dateRange2) ? ” Within Range” : ” but Out Of Range”;
System.out.println(“Date is valid”.concat(message));
} catch (DateTimeParseException ex) {
System.out.println(“Invalid Date Format”);
} catch(Exception ex) {
System.out.println(ex.getMessage());
}
}
}
Diksha Jagtap 2022-08-19 17:17:28
Today link change suresha sir class
Sudhanshu Sekhar 2022-08-19 17:22:19
When will the next batch start core java hari krishna sir
Blue Moon 2022-08-19 17:37:44
Just start from 17th at 900 am
Captain_india™ 2022-08-19 18:15:31
Anyone pls share today’s HK sir 9am class recorded link
Yogesh Mishra 2022-08-19 18:21:36
What would be the fee and duration for this???
A . 2022-08-19 18:23:18
Can anyone tell me what 6pm today class topic is
A . 2022-08-19 18:29:15
I missed my classes can anyone share notes plz
Sumit Kumar 2022-08-19 18:31:47
Hello admin can you share me the core Java Today class link by – HK (9 AM Class) cuz I miss 20 to 25 mins class
narendramane 2022-08-19 18:38:55
Core Java @ 9:00 AM (IST) By Mr. Hari Krishna
Day-1 https://youtu.be/smgKB81Ox0g
Day-2 https://youtu.be/d6l4uRyMOps
Day-3 https://youtu.be/ZqJWwGM_m9M
narendramane 2022-08-19 18:55:31

Enroll Now: https://bit.ly/3wDYxpt
Free Demo On Spring Boot & Micro Services by Mr. Vijay Kumar
Demo on: 24th August @ 8:00 AM (IST).
Join us on Telegram: https://t.me/javalatestupdates
Dipak Kshirsagar 2022-08-19 19:01:18
Yeah I have it Sadiya
Captain_india™ 2022-08-19 19:07:03
narendramane 2022-08-19 18:38:55
Core Java @ 9:00 AM (IST) By Mr. Hari Krishna
Day-1 https://youtu.be/smgKB81Ox0g
Day-2 https://youtu.be/d6l4uRyMOps
Day-3 https://youtu.be/ZqJWwGM_m9M
Tq bro
sometimes143 2022-08-19 19:14:53
Any one completed oracle course
Aniket1410 2022-08-19 19:15:19
Hii admin
Tomorrows UI full stack
Sudhakar sharma sir 9Am batch will be there or not ??
Asking due to workshop
Bheemireddy swathi 2022-08-19 19:17:45
Hi admin. Can u send me the core java by hari krishna sir and oracle course timings?
Nage 2022-08-19 19:21:36
Hi I want join springboot course how ?
Blue Moon 2022-08-19 19:25:08
ADMIN PLZ SHARE CORE JAVA 9:00 AM PAYMENT DETAILS TOO
Captain_india™ 2022-08-19 19:25:48
Bheemireddy swathi 2022-08-19 19:17:45
Hi admin. Can u send me the core java by hari krishna sir and oracle course timings?
Core java timing 9AM bro
Blue Moon 2022-08-19 19:27:11
By HK sir. So we can complete fee formalities
vishnu Shankar pathak 2022-08-19 19:29:32
Yes
Nihanth 2022-08-19 19:29:35
Yes
Bheemireddy swathi 2022-08-19 19:36:36
Captain_india™ 2022-08-19 19:25:48
Core java timing 9AM bro
Oracle timing
Lokesh Koduri 2022-08-19 19:42:45
I need bootstrap under full stack Java developer program
SHAIK MAHABOOB BASHA 2022-08-19 19:43:53
narendramane 2022-08-19 18:55:31
Enroll Now: https://bit.ly/3wDYxpt
Free Demo On Spring Boot & Micro Services by Mr. Vijay Kumar
Demo on: 24th August @ 8:00 AM (IST).
Join us on Telegram: https://t.me/javalatestupdates
This is full stack java
Akshay Tomar 2022-08-19 20:30:53
Anyone in this batch who have purchased hk sir core java
Captain_india™ 2022-08-19 20:39:49
Bheemireddy swathi 2022-08-19 19:36:36
Oracle timing
That is also 9AM bro
Bheemireddy swathi 2022-08-19 20:49:01
Then how can i join 2 courses at a time
vishnu Shankar pathak 2022-08-19 21:03:16
Oh oooo
Sumit Kumar 2022-08-19 21:06:42
Freelancing is also a job…
vishnu Shankar pathak 2022-08-19 21:06:56
Tea stol naresh it ke samne lgav first costumer me rhunga 😂
vishnu Shankar pathak 2022-08-19 21:09:59
Mere bhai etna jruri hi hai to koi part time kar lo mil jayenga job
GunShot 2022-08-19 21:10:35
People’s selling notes of naresh it and videos are still on the top of free earning lol
Vivek6935 2022-08-19 21:11:36
Yeaaa
vishnu Shankar pathak 2022-08-19 21:16:40
Good night 🌉🌃
pavan chakki 2022-08-19 22:41:32
Hi, Does anyone have a pdf of what content is covered in Full Stack Java?
Aman Kumar 2022-08-20 05:11:28
Anyone doing 100% job guarantee program course of java ??
P G 2022-08-20 05:13:59
Does Reactjs and bootstrap comes under full stack java or need to pay separately for this?
Sangeet Wankhede 2022-08-20 05:40:50
Aman Kumar 2022-08-20 05:11:28
Anyone doing 100% job guarantee program course of java ??
I want to ….bt i don’t have any info
G Srinu Patra 2022-08-20 05:42:55
Share sudhakar sir’s oracle class link
G Srinu Patra 2022-08-20 05:43:28
Plz
Meera Vali 2022-08-20 06:58:02
What is this bro
mayur girsawale 2022-08-20 06:58:20
Kya chal rha hai remove
Niks1047 2022-08-20 07:15:29
Today class is started ?
R 2022-08-20 07:17:07
Hari Krishna sir 9am started or not
narendramane 2022-08-20 07:17:15
🛑NO FEES🛑
Few Minutes to go for the Live Session TODAY.
Free Workshop on Tools used in Modern Software Development@10.00AM
by Mr. Nataraj
Link: zoom.us/j/87415619686
–
Naresh i Technologies
Join Us On Telegram: https://t.me/javalatestupdates
Niks1047 2022-08-20 07:18:03
Class nahi hai kya aaj
R 2022-08-20 07:22:37
P G 2022-08-20 05:13:59
Does Reactjs and bootstrap comes under full stack java or need to pay separately for this?
Pay separately
P G 2022-08-20 07:32:39
R 2022-08-20 07:22:37
Pay separately
For both?
Pranali Savant 2022-08-20 07:33:47
narendramane 2022-08-20 07:17:15
🛑NO FEES🛑
Few Minutes to go for the Live Session TODAY.
Free Workshop on Tools used in Modern Software Development@10.00AM
by Mr. Nataraj
Link: zoom.us/j/87415619686
–
Naresh i Technologies
Join Us On Telegram: https://t.me/javalatestupdates
Getting maximum participating reached
← prev | next →