Posts

Showing posts from July, 2022

Java

 Public class Hello world{ public static void main(String Technical note: What is .bat or .sh files?  A  .bat  file is a windows batch file it contains a sequence of windows/dos commands. These cannot be used in a Unix shell prompt. A  .sh  file is a unix shell script it contains a series of unix commands. These cannot be ran in a Windows DOS or Powershell prompt. How to create .bat or .sh file?  You just need to create the file, similar to the way we created a Java file, and set the proper extension: either .bat or .sh depending on the Operating system of your computer. How to edit .bat or .sh file?  You can edit these files in the simple text editor. So, you can make the mouse right-click on the file, and select "open with notepad" and edit it in the notepad. What is IDE Integrated Development Environment is a software application that provides comprehensive facilities to computer programmers for software development. Consists of a sou...

HTML CSS

 The box property  the box shadow property  helpul for look better  box shadow  Inheritance selected container rules apply to descendants  Cascading Style Sheets  Multiple rules con be applied to the same element  Specificity More specific selector`s rule wins over less specific selector   Css elemnets  Padding  Margin Layouts