Java View all facts Glossary Help |
syntactic unit > symbol > operator > new operator |
new operator comparison table |
Subject | cause | have example | has definition | have purpose | see also | is a synonym of | is a kind of | is partitioned into | is an instance of |
---|---|---|---|---|---|---|---|---|---|
operator | A symbol used for arithmetic and logical operations | to perform a simple function of 1 to 3 arguments | symbol | arithmetic operator , relational operator, logical operator, bitwise operator, logical operator, assignment operator | |||||
new operator |
| Rectangle rect = new Rectangle(); | An operator that creates a new object (allocates space for it). | to create a new object | new | creation operator | operator |
Next operator: postfix operator Up: operator Previous operator: logical operator