Sign Up

Continue with Facebook
Continue with Google
Continue with Twitter
or use


Have an account? Sign In Now

Sign In

Continue with Facebook
Continue with Google
Continue with Twitter
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

WhatisWhatis

WhatisWhatis Logo WhatisWhatis Logo

WhatisWhatis Navigation

  • Blog
  • Write For Us
  • About Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • All Questions
  • Polls
  • Followers
  • FAQs
  • Blog
  • Write For Us
  • About Us
Home/Website Development/Page 10

WhatisWhatis Latest Questions

Singasani Akshay
  • 0
Singasani Akshay
Asked: December 25, 2021In: Technology, Website Development

What is OOPS?

  • 0

What is the OOPS concept? What is its significance? What are the four basic objects of OOPS (Object Oriented Programming)? Mention advantages of OOPS?

advantages of OOPSDefinitionObject Oriented ProgrammingOOPSOOPS conceptOOPS ObjectsWhat is OOPSWhat is OOPS Concept
  1. Best Answer
    Singasani Akshay
    Added an answer on December 25, 2021 at 7:13 am

    What are OOPS Concepts? OOP (Object Oriented Programming) concepts are extremely essential for maintaining a host of software programs and developing them from scratch.  Object Oriented Programming or OOP mainly focuses on ‘Objects.’ All OOP languages are based on class systems while defining data aRead more

    What are OOPS Concepts?

    OOP (Object Oriented Programming) concepts are extremely essential for maintaining a host of software programs and developing them from scratch. 

    Object Oriented Programming or OOP mainly focuses on ‘Objects.’ All OOP languages are based on class systems while defining data attributes and functions. It is helpful in creating class-based objects in software programs. 

    Some of the famous OOP languages are: C++, Python, and Java among others. Using the same class you can display multiple objects on it. 

    For example; When you take a class representing the occupation. A person would also have other traits like tall, handsome, good-natured and at the same time it may also include a function like ‘mentionMyName’ and on entering the command the person’s name will appear on the screen. 

    Using OOPS, you can set different data attributes for each person. That is why developers often resort to OOP techniques while creating complex software programs. 

    What Is its Significance? 

    OOP concepts are significant in JAVA because, through it, software programmers and developers can create reusable technical components while keeping the highest level of security intact. OOP aims at saving time and making each step of programming work easily without any fuss. 

    What are the four basic objects of OOPS? 

    Encapsulation:

    It helps in creating a protective layer that helps in keeping the data and class in a single folder using codes. It binds the data and works as a single unit. 

    Abstraction:

    It helps in designing a software program and separating the interface from the main class. In other words, using abstraction, we can abstract important information while keeping the rest as it is stored in the folder.

    For example: When we press a mobile factory setting key, it works but we don’t see much on-screen on how the process runs inside the device. 

    Inheritance:

    In technical terms, all classes can be named into hierarchies depicting certain properties. When one class contains the properties of another class, it is called parent class and we can say that the latter inherited certain properties from the former. It follows a typical “IS–A” type of classification.

    Polymorphism:

    It helps in the uniform treatment of all classes belonging to the same hierarchy. With a little tweak of codes, one can easily edit objects from their hierarchy roots.

    For example: If a class called “Mammal” has three classes: Tiger, Monkey, and Goat. 

    If “MakeNoise” command makes them bark, we can instead separate their bark and sound based on what they are actually called. 

    The Advantages of OOPS (Object Oriented Programming System) 

    • It offers clear instruction for programs.
    • All objects can be reusable in other projects as well, thus saving costs.
    • Quite effective in creating large software programs. 

    The Conclusion:

    Thus OOPS refer to a software programming language through which developers can build various software programs and other useful apps for the general public at large. It offers a cheaper and quicker way of developing complicated apps from scratch.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
  • 62 Views
Singasani Akshay
  • 0
Singasani Akshay
Asked: December 10, 2021In: Technology, Website Development

What is Server.Tansfer?

  • 0

What are a server and its variety? What do you mean by the server.transfer, and what is its application? What does response.redirect means, and what is its application?

Definitionresponse.redirectServerServer.TansferServer.Tansfer DefinitionServer.Tansfer MeaningWhat is Server.Tansfer
  1. Best Answer
    Singasani Akshay
    Added an answer on December 10, 2021 at 7:18 am

    A server is a computer that is outfitted with software and/or hardware that permits to provide services to other computers (clients) on the network. Servers are available in a wide range of shapes and sizes, as well as different capabilities. Think about how you travel around. Consider how you get aRead more

    A server is a computer that is outfitted with software and/or hardware that permits to provide services to other computers (clients) on the network. Servers are available in a wide range of shapes and sizes, as well as different capabilities.

    Think about how you travel around. Consider how you get around. Transportation can be defined as anything that allows something or someone to move from one place to another.

    Server.Response and transfer of information. Although both redirect and reload are used to go from one page to another, there are significant differences between the two depending on the pages we want to visit.

    Server.Transfer Definition:

    Server.Transfer or we can say s-Server. The page is still in memory and can read the values straight from page2 on page1, in other words, by using a server. When you transfer a page, it is not permanently redirected.

    The ASP Server is a web application server. The Transfer Method is used to transport all of the present data created in one asp file to other.asp file.

    Once the second ASP page has finished its job, the control will not return to the ASP page from whence it was transferred.

    Appropriate Applications:

    The following are examples of appropriate applications: –

    • To send the current page request to a different server.aspx page.
    • The Query String, as well as the Form Variables, will be kept.
    • In the user’s Web Browser, we don’t need to show the real URL of where we redirected the request.

    Response.Redirect

    The redirect object permanently redirects the page to the next page, ending the processing of the previous page. The rerouted page’s new page processing continues, but it also sends a command back to the browser, resulting in an extra round trip.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
  • 41 Views
Singasani Akshay
  • 0
Singasani Akshay
Asked: December 10, 2021In: Technology, Website Development

What Is Data Shadow?

  • 0

What is data shadow? How to reduce its misuse? Languages that are allowed are? Where is variable shadowing allowed, and what are examples?

Data ShadowData Shadow DefinitionData Shadow MeaningDefinitionShadowingVariable shadowing
  1. Best Answer
    Singasani Akshay
    Added an answer on December 10, 2021 at 7:05 am

    Data Shadow Definition: A data shadow is a slang phrase for the sum of all little traces of information left behind by an individual during daily activities. When a person writes an email, changes a social media profile, swipes a credit card, uses an ATM, and so on, a small amount of data is createdRead more

    Data Shadow Definition:

    A data shadow is a slang phrase for the sum of all little traces of information left behind by an individual during daily activities. When a person writes an email, changes a social media profile, swipes a credit card, uses an ATM, and so on, a small amount of data is created.

    The concept of a data shadow has become a serious worry since it is difficult to control who looks at a person’s data shadow, what conclusions they draw, and what actions they take based on those conclusions.

    To minimize the misuse of an individual’s data shadow, data privacy regulations exist, and more are being developed. This can happen, for example, if an employer fires an employee because of his or her Facebook connections or images.

    Privacy regulation, on the other hand, frequently lags behind an organization’s ability to gather, organize, and analyze data.

    Data from surveillance systems are a major source of storage capacity requirements. This information is constantly gathered and retained for a long time, generating a permanent record of online and offline activity.

    Individuals’ privacy is an issue, and IT is burdened as the data pushes storage demands and potentially exposes sensitive info.

    People are captured on higher resolution video for significant portions of their days in numerous places. As the number of devices, their resolution, and other data details rise, so will the amount and size of these data files. With such a large amount of data, privacy policies, data ownership, retention, and disposal must all be considered.

    Administrators who are not sufficiently aware of the problem of keeping up with policy risk being held liable for leaks if data is kept that should have been discarded, or for compliance failure if data is discovered missing that should have been saved.

    ALGOL, which originally used blocks to define scopes, was one of the first languages to incorporate variable shadowing. Many derivative programming languages, for example, C, C++, and Java, allowed it as well.

    Variable Shadowing Meaning:

    Variable shadowing is allowed between an inner and an outer class, as well as between a method and its contained class in the C# language, but not between an if-block and its containing method or between case statements in a switch block.

    Variable shadowing is permitted in more circumstances in some languages than in others.

    For example, in Kotlin, an inner variable in a function can shadow a provided argument, and a variable in an inner block can shadow another variable in an outer block, whereas this is not possible in Java. A supplied argument to a function/Method in both languages can be used to shadow a Class Field.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
  • 40 Views
Singasani Akshay
  • 0
Singasani Akshay
Asked: December 10, 2021In: Technology, Website Development

What Is The .Net Assembly Manifest?

  • 0

What do you understand by the .Net Assembly Manifest? Where can we save or store manifest? Is Assembly Identity made up of? What kind of data can be saved in the manifest?

.NET.Net Assembly Manifest.Net Assembly Manifest Definition.Net Assembly Manifest MeaningManifest
  1. Best Answer
    Singasani Akshay
    Added an answer on December 10, 2021 at 6:57 am

    .Net Assembly Manifest Definition: Manifest stands for Assemblies. Metadata refers to data about data or machine-readable information about a resource. MetaData: Metadata is a set of information that indicates how the pieces of an assembly are related to one another and the relationship between themRead more

    .Net Assembly Manifest Definition:

    Manifest stands for Assemblies. Metadata refers to data about data or machine-readable information about a resource.

    MetaData: Metadata is a set of information that indicates how the pieces of an assembly are related to one another and the relationship between them. It provides the relationships and dependencies among the Assembly’s components, as well as version information, scope information, and the Assembly’s security permits.

    Metadata for an assembly comprises type definitions, version information, external assembly references, and other specified information.

    With Microsoft Intermediate Language (MSIL) code, the Assembly Manifest can be saved in a Portable Executable (PE) file. Using assembly attributes in our code, we may add or alter certain information in the Assembly Manifest. The Assembly Manifest can be stored in either a Microsoft Intermediate Language (MSIL) coded PE file (.exe or.dll) or a standalone PE file that solely contains assembly manifest information.

    You can see the manifest information for any managed DLL with ILDasm.

    Metadata: The name of each type, its visibility/scope, its base class, the implemented interfaces, methods, and their scope, and each method’s parameters, type’s attributes, and so on are all described in the metadata for the assembly classes, interfaces, enums, structs, and their contained namespaces.

    Manifest: The term “manifest” refers to the act of putting something together. Name of the Assembly, its version number, culture, strong name, a list of all files, Type references, and referenced assemblies.

    The Assembly’s identity is made up of the assembly name, version number, culture, and strong name information.

    The following data is saved in Assembly Manifest:

    • The name of the Assembly is specified via a text string.
    • The main and minor version numbers, as well as the revision and build numbers, are all included in the version number. These numbers and information are used by the common language runtime to enforce version policy.
    • If the Assembly has been given a strong name, the public key from the publisher is required.
    • The following is a list of the files included in the Assembly: It keeps track of the hash of each file in the Assembly as well as the file’s name.
    • This information is utilized for types exported from the Assembly. The runtime environment uses this data to map a type reference to the declaration and implementation file.
    • The list of additional assemblies that are statically referred to by the Assembly is included in the information about referenced assemblies. If the Assembly is strongly named, each of these references contains the name and metadata of the dependent Assembly, as well as the Assembly public key.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
  • 34 Views
Singasani Akshay
  • 0
Singasani Akshay
Asked: December 10, 2021In: Technology, Website Development

What Is .NET Framework?

  • 0

What is .Net Framework? What is the purpose of using it? What is the architecture of the .NET Framework? What are the applications of using the Microsoft .NET Framework?

.NET.NET framework.NET Framework Definition.NET Framework MeaningDefinitionMicrosoft .NET Framework
  1. Best Answer
    Singasani Akshay
    Added an answer on December 10, 2021 at 6:48 am
    This answer was edited.

    Microsoft .Net Framework Definition: Microsoft .Net Framework is a software development framework for making and operating Windows applications. To create desktop and web applications, the .Net Framework involves developer tools, programming languages, and libraries. It's also used to make games, weRead more

    Microsoft .Net Framework Definition:

    Microsoft .Net Framework is a software development framework for making and operating Windows applications. To create desktop and web applications, the .Net Framework involves developer tools, programming languages, and libraries. It’s also used to make games, websites, and web services.

    The purpose of the Dot Net Framework was to design applications that would operate on the Windows Platform. In the year 2002, the .Net Framework was released. The 1.0 version of the .Net Framework. Microsoft is a software company. Since then, the Dot Net Framework has progressed significantly, and the latest version is 4.7.2 of the .Net Framework.

    Both form-based and web-based applications can be built with the Net Framework. They can also be used to create web services.

    Visual Basic and C# are part of the programming languages supported by the Framework. As a result, developers can pick and choose the language in which to make the demanding application. 

    The Architecture of the .NET Framework:

    The .Net Framework Architecture is a programming paradigm for the.Net platform that provides an execution environment and interface with numerous programming languages to make developing and deploying Windows and desktop applications easier. It is made up of reusable components and class libraries.

    Design Principles for the .NET Framework:

    We will now cover the design principles in this .Net Architecture tutorial.

    The design principles of the dot net framework are as follows. The .Net Framework is what makes developing .Net applications so important:

    1) Backward compatibility – The .Net framework has a lot of backward compatibilities. Assume you have an application that was built using an older version of the.

    2) Portability — Applications created with the .Net framework can run on any Windows platform.

    3) Security – The .NET Framework has a solid security system in place. The built-in security mechanism aids in application assessment and verification.

    4) Memory management — All memory management is handled by the Common Language runtime. The .Net Framework includes the ability to see resources that aren’t being used by an active program.

    5) Simplified deployment – The .Net framework includes tools for packaging and deploying applications created with it.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
  • 44 Views
1 … 9 10 11 … 14

Sidebar

Ask A Question

Categories

Stats

  • Questions 1k
  • Answers 1k
  • Posts 1k
  • Comments 86
  • Best Answers 1k
  • Users 5k

Explore

  • Home
  • All Questions
  • Polls
  • Followers
  • FAQs

Footer

WhatisWhatis.Com

WhatisWhatis.com indeed has become one of the most famous Q&A platforms out there, which will help you establish your community and connect with other people.

Our Pages

  • About Us
  • Blog
  • Contact Us
  • FAQs
  • Privacy Policy
  • Questions
  • Write For Us To Submit A Guest Post Article on Technology, Education, Health, Apps, Gadgets, IoT, AI, Business, Digital Marketing and More!

Subscribe For Us

DMCA.com Protection Status

Our Feeds

Sitemap

RSS Feeds

Follow Us Here

© 2019 - 2021 All rights reserved By WhatisWhatis.com