Rishi PrakashDart & Flutter- IntroDart is an open-source general-purpose programming language; Originally developed by Google.Nov 16, 2023Nov 16, 2023
Rishi PrakashException handelling + user defined exceptionEXCEPTION: unwanted or unexpected event, which occurs during the execution of a program, i.e. at run time, that disrupts the normal flow of…Nov 5, 2023Nov 5, 2023
Rishi PrakashComparable interfaceThe Comparable interface is used to compare an object of the same class with an instance of that class, it provides ordering of data for…Nov 5, 2023Nov 5, 2023
Rishi PrakashAbstract Class + InterfacesAbstract: existing in through or as an idea without concrete existence.Nov 4, 2023Nov 4, 2023
Rishi Prakashstatic and non-static Inner class, Abstract class[B] The static inner class can access the static members of the outer class directly. [ But, to access the instance members of the outer…Nov 4, 2023Nov 4, 2023
Rishi PrakashJAVA buzzwordsSimple- Java is very easy to learn, and its syntax is simple, clean and easy to understand.Nov 4, 2023Nov 4, 2023
Rishi PrakashOOPS in JAVARefers to languages that use objects in programming, they use objects as a primary source to implement what is to happen in the code…Sep 22, 2023Sep 22, 2023