22 hours agoSQL: Injection AttackWhat is SQL Injection? SQLi is a kind of attack in web based application where the attacker canrun malicious queries in the a website’s database. SQL is a code injection technique used to execute malicious SQL statements. For example, if you want to login to the website and you forgotten the username and password…Sql Injection Attack6 min readSql Injection Attack6 min read
Jun 5Comparison Inheritance And Polymorphism in JAVAInheritance: Inheritance is an organizational mechanism which allows the creation of hierarchical classification. Using inheritance we can create a new class that is a specialization of an exsistings class. In the terminology of java ,a class that is inherited is called a superclass .The …Programming5 min readProgramming5 min read