Posts

Showing posts from January, 2023

Shivaji maharaj

Image
                                                                      Shivaji Maharaj Shivaji Maharaj was a Maratha warrior king 👑 and the founder of the Maratha Empire in western India in the 17th century. He was born in 1630 in the hill fort of Shivneri and was crowned as the Chhatrapati (king) of the Maratha Kingdom in 1674. He is considered to be one of the greatest warriors of his time and is credited for building a strong Maratha navy. Shivaji's leadership and political acumen helped to establish the Maratha Empire, which at its peak, included a large portion of western and central India. He was a patron of the arts and built many forts, including the sea fort of Sindhudurg. He died in 1680.

2023 PHP quation bank for bca/(bba(ca))

    PHP Imp questions 2 Marks Questions  Q.1. What is a riable?  Q.2. What is a string?  Q.3. What is an array?  Q.4. Define types of arrays.  Q.5. What are data types?  Q.6. What is a conditional statement?  Q.7. What is a loop?  Q.6. a Give syntax for do... while loop.  Q.8. What is a function? Q.9. What is an object?  Q.10. Explain syntax for function passing values by reference.  Q.11. What is GET?  Q.12. What is POST?  Q.13. What is the use of <form> tag?  Q.14. What is the use of <input> tag?   Q.15. Write a short note on the POST method.  Q.16. Difference between GET and POST methods.  Q.17. Difference between $_GET and $_POST variable.  Q.18. Write a short note on the GET method.  Q.19. Write a short note on the POST method. note the What s the difference between client-side validation and server-side validation?  Q.21. Explain the parameters of mail () ...

java programing

  What is Java? Java is a  programming language  and a  platform . Java is a high level, robust, object-oriented and secure programming language. Java was developed by  Sun Microsystems  (which is now the subsidiary of Oracle) in the year 1995.  James Gosling  is known as the father of Java. Before Java, its name was  Oak . Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java. Platform : Any hardware or software environment in which a program runs, is known as a platform. Since Java has a runtime environment (JRE) and API, it is called a platform. Play Vid Java Example Let's have a quick look at Java programming example. A detailed description of Hello Java example is available in next page. Simple.java class  Simple{        public   static   void  main(String args[]){        System.out.println( "Hel...