siddhartha kotamraju

siddhartha kotamraju

15 Articles Published

Articles by siddhartha kotamraju

Page 2 of 2

Is the popular saying 'Everything is an object in Java' true?

siddhartha kotamraju
siddhartha kotamraju
Updated on 27-Jun-2020 1K+ Views

Although it is based on C++, Java is more of a “pure” object-oriented language. In Java, everything extends into an Object class. It means the coding is mostly wrapped in Java objects. The Java language assumes that you want to do only object-oriented programming.You cannot code anything in Java without declaring classes and objects.For example, if you have to say a small sentence "Hello World", it should be declared as a class:class HelloWorldApp {    public static void main(String[] args) {       System.out.println("Hello World!"); // Display the string.    } }Because more than 90% of coding involves objects, ...

Read More

What are the uses of Google Home Mini and Google Home Max?

siddhartha kotamraju
siddhartha kotamraju
Updated on 27-Jun-2020 244 Views

Google home is a multipurpose Wi-Fi speaker which can be used as a home control center for the entire family. Google Home is a smart speaker. In September 2017 Google has launched two new Home devices - the affordable Home Mini and high-end Home Max.The Google Home speakers are Voice-controlled, that controls smart home gadgets, answers trivia questions, plays music on command, creates calendar appointments, or play video on a Chromecast-enabled screen.It can be used for playing music throughout the house, it can also be used as a search engine as it is the best “best-in-class voice recognition” according to ...

Read More

Why do we need Good Manners?

siddhartha kotamraju
siddhartha kotamraju
Updated on 26-Jun-2020 3K+ Views

Good manners mean the social and polite behavior that a person possesses. Good manners play a vital role in building human relations. It is the back bone of a stable social pattern. Good manners imply towards the certain values and behavior of human relationship which keeps the society alive.Good Manners refers to being humble, polite, respectful, courteous and well-cultured social behavior. A well-mannered man/woman is respected and esteemed wherever he goes and in whatever condition of life, he may be. Among students, in particular, the preservation of good manners is a boon and it costs nothing.Why do we need Good MannersWe ...

Read More

What is the difference between a white box, black box, and gray box testing?

siddhartha kotamraju
siddhartha kotamraju
Updated on 26-Jun-2020 2K+ Views

When you develop a web application, before hosting to the web, testing is very important to prevent the hackers. There are three types of tests, Black, gray and white box tests which are conducted to ensure that an attacker cannot reach your application code.White Box (or glass box) testingWhite Box (or glass box) testing is the process of giving input code to the system and checking how the system processes it how the output is generated using that code. This is the test where the team tests the internal logic of the code written.It is the process of checking how ...

Read More

What is the significance of Red Fort?

siddhartha kotamraju
siddhartha kotamraju
Updated on 26-Jun-2020 4K+ Views

The Red Fort is located in the city of Delhi in India. It has a great history as it was the main residence of Mughal emperors for nearly 200 years (until 1857).The red fort is the center of Delhi and it houses a large number of museums. Not only the accommodation for the emperors but also it was the center for Mughal state politics and for setting events that impact the region critically.Its construction was started in the year 1639 by the 5th Mughal emperor Shah Jahan as the place of his fortified capital Shahjahanabad. The name Red Fort comes ...

Read More
Showing 11–15 of 15 articles
« Prev 1 2 Next »
Advertisements