
Explore Java arithmetic operators, using a scanner to read two integers and perform addition, subtraction, multiplication, division, and modulus, illustrating integer results and printing them.
Explore how to use strings in Java, create strings from character arrays with the string constructor, read input with Scanner, and perform assignment and concatenation using the plus operator.
Explore StringBuffer and StringBuilder in Java, including how capacity is determined by initialization and input length, and how append, insert, and reverse operations modify content.
Explore the boolean datatype in Java, showing a boolean variable that holds true or false, and demonstrating a type mismatch error when assigning 100.
Define a custom Java exception and enforce an age threshold of 18 via throw and try-catch, displaying the error message and stack trace.
Demonstrates using ArrayList in Java to store city names, add elements, check size, and iterate with a for-each loop, including inserting at a specific index.
Demonstrates organizing code with Java packages by defining a my math class in the math package, implementing subtract, multiply, divide, and a recursive factorial, and showing cross-class usage.
Learn how the animal base class defines movement and how dog and frog override movement, printing class-specific messages and invoking super movement to demonstrate inheritance and polymorphism.
Define and use a Java queue from java.util, instantiate a linked list-based queue, add five elements, print its size, peek at the front, and remove items in FIFO order.
Discover Java commenting techniques, including single line // comments and multi-line block comments, and use Eclipse shortcuts to toggle, add, or remove comments in code.
Demonstrate creating and manipulating a Java linked list of integer wrappers, adding elements, checking size, printing contents, and inserting another list at a specific index using addAll.
Explore Java interfaces, including default and static methods, extends relationships, and implementing classes; learn about abstract classes, interface objects, and practical examples like vehicles, bikes, and cars.
Define a class that implements Runnable, override the run method, create thread objects, start them, and observe how parallel execution yields interleaved, non-deterministic output.
Explore how a hash table in Java maps string keys to integer values, using put and get, handling unique keys, updating existing keys, and finding the maximum marks.
Explore Java functions, including user defined and library functions, with recursive and non-recursive examples, function prototypes, return types, and using pow from the Math library.
explains the Java final keyword for variables, methods, and classes, showing single time initialization, non-overridable methods, and non-extendable classes through examples.
Master the break statement in Java by exiting a while true infinite loop. See a count from 0 to 10 with prints before the program ends.
Explore the Java continue statement within an infinite while loop, skipping the rest of the loop for a between 5 and 10 inclusive, and breaking at 15.
Explore the Java for loop syntax, including initialization, condition, and increment, and see how the loop control variable sums values from 0 to 9 to reach 45.
Explore Java exception handling with a hands-on demo of try catch finally, division by zero, arithmetic and number format exceptions, and multi-catch strategies using user input.
Learn how to perform write and read operations on a file in PHP using fopen and fwrite, then fopen in read mode and fgets to read until end of file.
Explore PHP arithmetic operators by evaluating addition, subtraction, multiplication, division, modulus, and increment/decrement using a 42 and 20 example, with expected results demonstrated in a PHP script.
Demonstrate PHP comparison operators by comparing A=42 and B=20, showing how equality, inequality, and relational checks yield true or false and drive conditional outputs.
Explore how PHP's continue statement behaves inside a while loop, discarding the rest of the current iteration and starting the next when a condition like x equals five is met.
Master the MySQLi API in PHP, using procedural and object-oriented interfaces to connect, run selects on the employee table, and display results.
Explore PHP seven scalar type declarations, enforcing integer arguments and return types with coercive and strict modes in a sample average function.
Master how to set and read cookies in PHP by creating an HTML form, a set_cookie.php script, and a get_cookie.php script that demonstrates using $_POST and $_COOKIE.
Learn how to create and assign a custom exception handler in PHP with set exception handler, processing uncaught exceptions and printing the exception message for division by zero.
Explore PHP error handling with the die function, which terminates the program with an optional message, and see how file exists decides between termination and opening a file.
Explore PHP decision making with if, else if, and else using a random number generator to classify values into ranges such as less than 25 and between 25 and 50.
Explore PHP exception handling with a try-catch flow to manage division by zero errors from user input, and print the division by zero message in the catch block.
Explore PHP object oriented programming by building a books class with title and price and a constructor. Use setters, getters, and a get details method to display the object's data.
Java And PHP Complete Course For Java And PHP Beginners
Section 1: Java Complete Course
Take-Away Skills:
This course is a great introduction to both fundamental programming concepts and the Java programming language. By the end, you'll be comfortable programming in Core Java.
This Course is the first of a series of courses that make up the Core Java Specialization. The Core Java Specialization, in turn, is part of a series of programming specializations and designed to provide the skill set necessary to be hired as an IT developer using Java in many corporate environments. This course includes hands-on practice and will give you a solid knowledge of the Java language. After completing this course, you will be able to identify Java’s benefits, program in basic Java syntax using Java data types, and incorporate branches and loops. The audience for this course: - Anyone interested in learning Java - Programmers - Technical Managers - Application Developers
Topics Covered:
Module-1: Java Fundamentals
Basic Java Program
Compile and run a Java program
Understanding console output
Java Variables and Data Types
Java Operators
Conditional statements
Loops
Break and continue
Arrays
Single Dimensional array
Double Dimensional array
String Class
String methods
Section 3: PHP Complete Course
In this course, you'll explore the basic structure of a web application, and how a web browser interacts with a web server. You'll be introduced to the request/response cycle, You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as the basic syntax and data structures of the PHP language, variables, logic, iteration, arrays, error handling, and superglobal variables, among other elements. An introduction to Cascading Style Sheets (CSS) will allow you to style markup for webpages.
Basic syntax
Input and Output
Arithmetic operators
Conditional operators
Comparison operators
Assignment operators
Loops
Conditional statements
and more
See you Inside the course. Thank you