Archive for the ‘SCJA’ category

What is the use of the fillArc() method?

September 26th, 2009

The fillArc() method is used to draw a filled arc. It belongs to the Graphics class. The syntax of this method is as follows:

void fillArc(int top, int left, int width, int height, int startAngle, int sweepAngle)

For example: fillArc(50,5,100,100,75,40);

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the setTransactionIsolation() method?

September 25th, 2009

The setTransactionIsolation() method is used to specify the transaction isolation level. An integer is passed as a parameter specifying the level of isolation. JDBC supports 5 levels of isolation.

Pass CIW Database Specialist in first attampt. Click here to download CX310-019 test study guide and practice question.
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What are integer literals?

September 18th, 2009

Numeric values having no decimal parts are called integer literals. These values can be expressed in decimal, octal, and hexadecimal forms. By default, integer literals are in decimal form. The decimal form contains a sequence of decimal digits (0 to 9), the octal form contains a sequence of octal digits (0 to 7) prefixed by 0 (zero), whereas the hexadecimal form contains a sequence of hexadecimal digits (0 to 9, a to f) prefixed by 0x or 0X. In the hexadecimal form, the characters (a to f) may be in uppercase or lowercase.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the purpose of declaring a variable as final?

August 15th, 2009

In Java, final is a keyword. The value of a variable declared as final remains unchanged in an application. This means that the variable should be initialized at the time of its declaration.

The syntax for declaring a variable as final is given below:

final <data-type> <variable-name>

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

SCJA CX310-019 Short Notes: Exam passing tips

August 14th, 2009

Fundamental Object-Oriented Concepts

  • In Java, a narrowing conversion is also known as an explicit type conversion or casting.
  • Like this article? Share it with others
    If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
    • Share/Bookmark

    JDBC

    August 14th, 2009

    The introduction of the Java language is required before introducing the concept of JDBC. Java is an object-oriented programming language. It incorporates all the objected-oriented concepts such as polymorphism, abstraction, encapsulation, etc. Java is a platform independent language because it can run on different operating systems. Java syntactically resembles C and C++, but it is simpler than the two, as it does not contain pointers and multiple inheritance. Both pointers and multiple inheritance seem complex to the application developer.

    Like this article? Share it with others
    If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
    • Share/Bookmark

    What are instance variables?

    August 8th, 2009

    Variables associated with the instance of a class are called instance variables. Whenever a class is instantiated, the runtime system creates a separate copy of each instance variable defined by the class. Therefore, each instance of a class has its own copy of all instance variables defined by the class.

    Like this article? Share it with others
    If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
    • Share/Bookmark

    What is the increment operator?

    August 7th, 2009

    The increment operator is a unary operator that increases the value of its operand by one. For example, the expression a++ increases the value of a by 1. This statement is equivalent to the expression a = a + 1.

    The increment operator can be used in either of the two forms given below:

    Like this article? Share it with others
    If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
    • Share/Bookmark

    What is the decrement operator?

    August 7th, 2009

    The decrement operator is a unary operator that decreases the value of its operand by one. For example, the expression a– decreases the value of a by 1. This statement is equivalent to the expression a = a – 1.

    The decrement operator can be used in either of the two forms given below:

    Like this article? Share it with others
    If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
    • Share/Bookmark

    What is the setTransactionIsolation() method?

    July 31st, 2009

    The setTransactionIsolation() method is used to specify the transaction isolation level. An integer is passed as a parameter specifying the level of isolation. JDBC supports 5 levels of isolation.

    Click here to get free 1D0-441 CIW Database Specialist exam practice questions. Get certified in first attempt download CX310-019 - SCJA simulation.
    Like this article? Share it with others
    If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
    • Share/Bookmark
    uCertify.com | Our Company | Articles | Contact Us | News and Press Release | uCertify India | Entries (RSS)
    MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD    Cisco Certification: CCNA, CCENT    A+, Network+, Security+ Project+
    Oracle Certification: OCP 11g, OCP 10g, OCA 11g, OCA 10g    CIW foundation    EC-212-32,    CISSP    Photoshop ACE CS4    Adobe Flash ACE, PMP, CAPM
    © 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.