Skip to main content

Java (Programming Language)

JAVA is a computer programming language that is concurrent, class-based, object oriented and specifically designed to have as few implementations dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. java applications are typically compiled to...Read More

Comments

Popular posts from this blog

Programming Languages to learn in 2023

There are several programming languages that are worth learning in 2023, depending on your interests and career goals. Here are some popular options: Python : Python is a versatile language that is widely used in data science, machine learning, web development, and scientific computing. It's easy to learn and has a large and active community. JavaScript : JavaScript is the most popular language for web development, and it's used for both front-end and back-end development. It's also widely used for building mobile and desktop applications. Go : Go is a relatively new language developed by Google that is designed for building scalable, high-performance applications. It's gaining popularity in the web development and cloud computing communities. Rust : Rust is a systems programming language that is designed to be fast, safe, and concurrent. It's used for building high-performance applications and is gaining popularity in the game development industry. Kotlin : Kotlin ...

Adding Drop Cap in an article/document

  What is a Drop Cap? Have you wondered  how you can attract reader's attention in an article or a document. Drop Cap (Making the first character in a sentence large, taking more space in the next line) is one feature that most Word processor programs have. Here is how to go about it. Step 1: Highlight the first character in a sentence; Step 2: On the insert Menu (Microsoft Office Professional  2016) locate the text ribbon and click on Drop Cap and choose Drop Cap options; Step 3:From the dialog box choose the Position, The Font, Lines to Drop and specify the distance from the tex and then click OK.; Here is the outcome of the after applying the Drop Cap; Hope you have learnt something on attracting your reader's attention to your document. Feel free to comment and ask questions. Thank you.

Inserting Table of Content (TOC) in a document

 There are many ways of creating a good impression to a document. One of the many ways is ensuring that your document has a table of content. It allows users of the document to have a g eneral overview of the  content as well as allowing a user go directly to a specific section  of the document. In this article we will look at how to insert Table of Contents to a document. Step1: Have your document with the necessary titles that you would like to appear on the Table of Content; Step 2: Format your title with the appropriate style; for example; Step 3: Position the cursor on where you want the Table of Content to appear, then navigate to References Menu and click on  Table of Content dropdown; Step 4: From the Dropdown, Choose the desired format of the Table of Content.   Step 5: A table of Content will automatically appear at the set location; Step 6; If by any chance you change the content, Word processor programs provide a way to update the table of content. H...