Question
What is constructor ?

Answers

A pseudo-method that creates an object. In the Java programming language, constructors are instance methods with the same name as their class. Constructors are invoked using the new keyword.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q How to create function in JavaScript?
  • Q In time stamp ordering,w-time stamp(q) denotes the largest time stamp of any transaction that executed write(q) successfully. Suppose that, instead, we defined it to be the time stamp of the most recent transaction to execute write(q) successfully.would this change in wording make any difference?
  • Q When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
  • Q What is the difference between spillway and siphon spillway ?
  • Q Which Function Modules are used in 'Classical Batch Input'?
  • Q What is the command syntax that tells you whether you are on the master server or not? And how many master does MongoDB allow?
  • Q Name some common cics service programs and explain their usage?
  • Q Which property is used to underline, overline, and strikethrough text?
  • Q Does tfs include an automated build system?
  • Q Oswestry founded in 1407 is Britain's oldest what
  • Q How To Return an Array from a Function?