1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
DochEvi [55]
3 years ago
8

JavaBeans are?A special Java classfileServletsAppletsA Special form of JSPNone of Given

Computers and Technology
1 answer:
Rufina [12.5K]3 years ago
8 0

Answer:

JavaBeans are a special Java class file.

Explanation:

JavaBeans are special reusable java classes with the following properties:

  • They are Serializable.
  • They contains private fields with public getter and setter functions.
  • Their constructor is public.

For example:

//Sample JavaBean class

public class MyBean {

   //Private field  

   private String myProperty;

   //Constructor

   public MyBean(){}

   //  Setter method

   public void setMyProperty(String myProperty)  

   {  

       this.myProperty = myProperty;  

   }  

   //Getter method

   public String getMyProperty()  

   {  

       return myProperty;  

   }  

}  

You might be interested in
Murray is a database technician. He has created a single enterprise database system. How is this better than multiple databases
EastWind [94]

Answer:

C

Explanation:

data consistency

5 0
3 years ago
What is earning potential?
Natalka [10]

Answer:

Earning potential often refers to the top salary for a particular field or profession. In the finance world, the meaning is not much different: earning potential is the biggest profit a company could potentially make.

Explanation:

Earning potential often refers to the top salary for a particular field or profession. In the finance world, the meaning is not much different: earning potential is the biggest profit a company could potentially make.

4 0
3 years ago
There have not been any changes to instruments or music in the last 50 years. The technology in music is still the same.
aliya0001 [1]

Answer:

False i hope this is rigth

7 0
3 years ago
Sam has created a fashion website. There are many subscribers to his website. He has added new blogs, pictures, and articles abo
marusya05 [52]

Answer:

Post advertisements on social media and message the subscribers.

Explanation:

There is no point in not promoting and putting forward the work that he has been doing. All of the given options are about promoting the content but Sam needs to choose the ones which are efficient and seem professional as well.

Posting advertisements about the website promotes the content on a wider base and helps in luring more and more people to the website.

Messaging or sending an email to the subscribers is a healthy of letting the subscribers about the updates and latest posts.

8 0
3 years ago
The science of networking is attributed to which government's involvement?
worty [1.4K]

Answer:

The United States

if I am not mistaken

6 0
3 years ago
Other questions:
  • Assume you have a byte-addressable machine that uses 32-bit word (integers are 32-bit) and you are storing the following informa
    5·1 answer
  • The name of the opening that lets light into any camera is called ________.
    11·2 answers
  • How do you convert a decimal to binary?
    9·2 answers
  • To see all of the records at once, you should use _______ view. 
    12·2 answers
  • Yahoo and Google are examples of __________ used to perform Internet research.
    14·2 answers
  • What made it possible to develop personal computers?
    10·2 answers
  • 4.9 Code Practice: Question 4 Edhisive
    14·2 answers
  • What method is used in the following line of code to associate clicking the left button with the event handler "clickSingle"?
    9·1 answer
  • What is being done to reduce the python population in florida?.
    5·1 answer
  • What is technology?5points​
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!