Taurus IT
Via: Skype
Post: Software Engineer
Interview Date: 9/05/2020
Details about Polymorphism.
Write down all of the DML commands in SQL.
How Constructor work?
Why do we use the TRUNCATE keyword in SQL?
Difference between view and table, why do we use view?
How many kinds of access modifiers are...
Saturday, September 5, 2020
Thursday, September 3, 2020
HTTP: The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers.
HTTP works as a request-response protocol between a client and a server. ...
Monday, August 17, 2020
17
Aug
OOP is a design philosophy. It stands for Object-Oriented Programming. Object-Oriented Programming (OOP) uses a different set of programming languages than old procedural programming languages.
ObjectAn object can be considered a "thing" that can perform a set of related activities. OOP terms of an object is...
Thursday, February 13, 2020
4th JUST Intra University Programming Contest-2020
Hello JUSTians!
CSE club is going to arrange a programming contest for enthusiasts within the campus on 16th February.
This is your chance to show off your skill among peers and win exciting prizes.
There will be special prizes for 1st-year participants and...
Friday, February 7, 2020
Corona Virus at a glance
Researchers claim that coronavirus has spread from bats to China. Recently, two studies were published in the journal Nature. These studies have shown that coronas, such as SARS (Save Acute Respiratory Syndrome) virus, also spread from the bats.
The first study was done by Feng University...
Friday, January 31, 2020
31
Jan
The Model View Controller (MVC) design pattern specifies that an application consists of a data model, presentation information, and control information. The pattern requires that each of these is separated into different objects.
MVC is more of an architectural pattern, but not for a completed application....