Following details will be shared with the tutors you will contact:
Confirm to delete
Are you sure want to delete this?
RabindraJava JavaScript Spring Boot React Js Microservices
No reviews yet
Hello Students,
I provide teaching in programming languages using java.
Here is the syllabus and course fee is 100 USD per student.
Introduction HelloWorld, Fields, Methods, Constructor, Parameters, Local Variables, Static & Non-Static Resources, Oops, Class & Objects, Interface, Abstract Classes, Inheritance, Overriding (variable, method) Object class methods, Overriding object class methods: toString, equals, hashCode. super keyword and super constructor, this keyword and this constructor Access modifiers
Build Deployment Packages Setting up classpath. Compiling classes with classpath. Making jars. Extracting jars. Running Jars. Setting Env vars. Setting System Properties. Main method arguments. Running Main Method from a Jar
Arrays Arrays, 1d, 2d, Sorting, Row Major, Column Major, 2d array index to cell conversion,
Serialization Serializable interface, Serialize & Deserialize, SerialVersionUUID Parent Class has Serializable only, Child class has serializable only, Externalizable Employee and Address Custom Serialize with overridden methods
Cloning Clonable interface, Custom cloning, Swallow copy, Deep copy
Reflection Metadata of class methods, constructors, fields. Invoking constructor with parameters. Invoking methods (static / non-static) with parameters. Define custom annotations