HGHarikiran Guvvadainharicomrade.hashnode.dev·Apr 4, 2024 · 1 min readIntroduction to HTMLHTML Stands for (Hyper Test Markup Language). Html mainly used to create/design front-end development. Actually, it builds the structure of the Object. And, html is easily understandable language. the given below program is a sample one, <!DOCT...00
HGHarikiran Guvvadainharicomrade.hashnode.dev·Apr 3, 2024 · 4 min readIntroduction to frond-end development .What is Internet :- Interconnected Networks of computer around the world is known as Internet. It's kind of like a superhighway for information and communication that connects people and machines no matter where they are. How Internet Works:-> The In...00
HGHarikiran Guvvadainharicomrade.hashnode.dev·Apr 2, 2024 · 1 min readConstructors in javaConstructors is a Special member in java. while has same as class name. It looks like a method but its not a method actually .Because methods has returns type but constructors has does not have return type. It is generally used to initialized instanc...00