Day 1: if else

In Java, if-else is a control flow statement used to execute certain blocks of code based on whether a condition is true or false. Syntax: โ›ถif (condition) { // Code to execute if conditi...
0 Read More

๐Ÿ“† 10.5 Datas invรกlidas

โœ… 1. Calendar permite datas invรกlidas silenciosamente Cรณdigo exemplo: โ›ถCalendar instante = Calendar.getInstance(); instante.set(2014, Calendar.FEBRUARY, 30); SimpleDateFormat dateFormat = new Si...
0 Read More

โ˜•Java programming language Notes

โ˜•Java programming language Notes
๐Ÿ’ป Sharing my โ˜• Java notes!โœจ Iโ€™ve put together topic-wise notes on Java that are super easy to follow and understand. Great for anyone learning or revising Java!โ˜๏ธ Feel free to check them ...
0 Read More