I want to be a Java Certified

Dear All
I want to be a Java Certiffied but I don't know what is the Path. I am expert in java.
what is the first exam SCJP or SCJD.
where can I found the practice questions which can help me.

The certification website contains a very clear graphical representation of the paths you can take.
If you can't understand that you can't understand the questions on the exam so you'd save yourself a lot of money by not even trying.

Similar Messages

  • Sun java certified programmer

    Hi guys;
    I'm looking forward to pass the exam for the sun java certified programmer...I'm now in the first phase of preparation for this certification...I want to be able to prepare this exam by some free Mock exams on the Net...I need some interesting and quit helpfull resources to help me prepare this certificate in the best way...If you have any links or suggestions let me know about...
    Many thanks
    othman.

    hi freind
    i have used following websites to prepare for scjp
    www.javaranch.com
    ww.examsguide.comBTW, did you pass the scjp exam :)

  • I want to call External Java class from the PL/SQL

    Hi,
    I am using Oracle Apps R11i (11.5.7), I wanted to call external Java class from the PL/SQL. This external Java class is residing in another application server.
    How do I do this.
    I know one way. Develop C routine in Oracle Apps to call external java class and call this C routine from the PL/SQL.
    Is there any simple method available? or any other method?
    Thanks in advance.
    -Venkat

    First of all, this is a Java application you're talking about, right (i.e. it has a main() function)? It's not just a class that you're trying to instantiate is it? If it's an application, you obviously have to start a new virtual machine to run it (rather than using the virtual machine built into the database like stored java). I'm a little leary of your mention of an "application server" as this would more commonly mean that a virtual machine is already over there running with access to this class. In which case, you'd typically interface with SOAP or some other RPC API.
    All that aside, as long as you have physical disc access (through NFS or whatever) to the class file, you could use a java wrapper class with a system call to do this. In fact, there is a thread in just the last day or so on this very forum that has the code to do just that (see " Invoking OS Commands from PL/SQL"). However, it's worth noting that the virtual machine will be running on the database server in this case and not the application server.

  • I want to test a java program[UDDI  JAVAse1.4/2004] that uses:

    I want to test a java program[UDDI  JAVAse1.4/2004] that uses:
    1.http://test.uddi.microsoft.com/inquire
    2.https://test.uddi.microsoft.com/publish
    wel las of today(now) these urls changed or remain and are functional the same? if non, tell me new ones?

    According to Wikipedia
    IBM, Microsoft, and SAP announced they were closing their public UDDI nodes in January 2006.UDDI didn't take off as much as was hoped and public UDDI nodes never were much use. These days UDDI is used very rarely and mostly in-house.

  • I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing. Thanks, Tommy

    I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing? Thanks, Tommy

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • I want to learn latest Java Programming

    Hello,
    I learned Java programming in 2006 in India. I am a student of NIIT and completed Diploma in IT.
    Right now, I am SEO Manager in leading IT company.
    I want to restart my java study at my own.
    So, How can I learn latest Java programming?
    If you have any ideas so, help me.

    Mistry-Anand wrote:
    Hello,
    Right now, I am SEO Manager in leading IT company.
    I want to restart my java study at my own.
    So, How can I learn latest Java programming?
    If you have any ideas so, help me.stick to management. Your attitude shows you're well suited to that, utterly unsuited to doing work of your own that involves any independent creative thought whatsoever.

  • Want to know about java importer

    hi,
    i m working on oracle forms 10g. i want to know about java importer utitlity and using it.
    plz provide me ant documentation about it , if i have it with example would be easy to understand
    thanks

    I think u r lookinghttp://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal - in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

  • Study Guide book for Java Certified Associate SE 5/6 Exam 1Z0-850

    Hello All!
    I'm a student and Just finished my java course. I planning to take the Java Certified Associate SE 5/6 Exam 1Z0-850 ASAP. My questions:
    1) Is there a study guide available for this (thought I could fine OCA SE7 which will be released only on Aug 2012. Can't wait that long)? is
    2) I read that there's no pre-req for this exam or is there?
    I really need a study guide for this. Any help is greatly appreciated.

    Hi,
    I guess you didn't consulted Amazon:
    http://www.amazon.com/Certified-Associate-Study-CX-310-019-Certification/dp/0071490035/ref=sr_1_3?s=books&ie=UTF8&qid=1326348528&sr=1-3

  • Constructing literals is ten, hex, and oct/Java Certified Programmer

    One of the objectives in the Java Certified Programmer Exam includes constructing numeric literals in base ten, hexadecimal and octal forms. I What is tested exactly - a syntax or an ability to identify a literal in different formats (for example decimal literal in octal form). Is there a dec/hex/oct conversion table ?

    From what I remember it's primarily the syntax of how to declare integers in the three bases, but you should know how to perform simple conversions. e.g. 0x1A = 26 = 032 = 00011010 (hex, base 10, octal, binary).

  • Java certified developer but programmer expired

    Hi,
    I have been out of touch of Java technology of some years. I got my certified java programmer 2 years ago and now it is already expired.
    I wish to go for the Java Certified Developer and found that it requires Java Programmer certification. What shoud I do? Retake the programmer certification?
    Please advice. thanks

    Yes

  • Is mindad media legitimate, I get a persistent pop up that wants me to upgrade java?

    I am continually getting a window from Mindad Media that wants me to upgrade Java. Is this legit?

    hello TurtleBay, this sounds like a problem caused by adware on your pc.
    please go to ''firefox > addons > extensions'' & remove "Better Surf Plus 1.1" from there.
    <br>also go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there.
    <br>finally, run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Remove a toolbar that has taken over your Firefox search or home page]]
    [[Troubleshoot Firefox issues caused by malware]]

  • How can I block a site that keeps wanting to change my Java?

    I want to block a site that keeps coming up wanting to change my Java program from "Oracle" Java to something else. Is there a way to block specific sites in Firefox?
    I am running Windows 8.1 on a Toshiba laptop and have Firefox 25.0.1 Mozilla 26-1.0

    hello Nglover1941, you have various adware addons present - maybe one of them is causing the issue. please try these steps:
    # [[Reset Firefox – easily fix most problems|reset firefox]] (this wil keep your bookmarks and passwords)
    # afterwards go to firefox > addons > extensions and in case there are still extensions listed there, disable them.
    # finally run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] and [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] to make sure that adware isn't present in other places of your system as well.
    [[Troubleshoot Firefox issues caused by malware]]

  • I want to run a java application once only.Pl help.

    i want to run a java application once only.
    i.e. if some application is running on Win NT OS then that
    particular appliaction again should not run,but other java application can run.
    Pl help with some sample code.
    Thanx.

    Hi,
    I if understood your question then your requirement is to run the application when the system is on.If this is the case then you can configure your OS schdular to do the job an let the OS do it.You can
    write the java code for this but that will require to run on the OS layer,so better to configure the schedular setting.....But then for some other requirement it cannot be useful....
    think...
    regards vicky

  • I want to prepare for sun certified java programmer level 1 scjp so give me

    hi,
    i want to prepare for scjp exam
    please provide me material for the exam
    and accordance with new ly revised syllabus
    byew

    hi,
    i want to prepare for scjp exam
    please provide me material for the exam
    and accordance with new ly revised syllabus
    byewYou will fail if you don't know how to google and find information. This question is asked very often, and a simple google search will give you lots of information.
    Kaj

  • I want to make a java chatroom

    i need help with the code. I got a url from my web hosting to a chatroom, but i can't figure out what the code should be. it is a blank page with no html code on it yet and here is the url provided to me for the chatroom.
    http://bloodhouse.org/cgi-sys/mchat.cgi?channel=bloodhouse.org
    but what do i do now?
    please help me cause java kinda confuses me.
    my email is [email protected]
    if it is possible to email me with help or even the code and a basic explination, i would GREATLY appreciate it

    i need help with the code. I got a url from my web
    hosting to a chatroom, but i can't figure out what
    the code should be. it is a blank page with no html
    code on it yet and here is the url provided to me for
    the chatroom.
    http://bloodhouse.org/cgi-sys/mchat.cgi?channel=bloodh
    ouse.org
    but what do i do now?
    please help me cause java kinda confuses me.
    my email is [email protected]
    if it is possible to email me with help or even the
    code and a basic explination, i would GREATLY
    appreciate itSir,
    First, do NOT cross-post. It is very irrirtating to people when they find out that they are giving you help in duplicates. This will cause people not to want to help you.
    Second, posting your email was a dumb thing to do for a variety of reasons. The most important reason from our perspective is that this is a web forum not an email discussion group and quite frankly I am not interested in the slightest in having email dicussions with you. From your perspective it was dumb because you are now going to get spammed like an unholy terror. But that's your problem now.
    Third, I followed your link and guess what there is an applet that I assume is a chat applet that loads with the error connection refused. This usually means that the server you think is there isn't. I would get into more details but I have no idea by your vague post what your actual problem is. Please answer the following the question.
    I am a
    A)Java Programmer who has written this Applet and I am having problems with it.
    B)JavaScript Programmer who has written something
    C) web devloper who is trying to make the page work.
    D) clueless and don't know what answer to give you.
    Please select from one of the above.
    Sincerely,
    Slappy
    PS Before anyone pisses on me the reason that option is there is that if it's get's chosen we have an idea what level of stuff we are dealing with here. Thank you.

Maybe you are looking for

  • ATP Quantity - not to be reduced by an outbound delivery

    Hi, We have the following scenario: An STO, for a storage to storage location.  An outbound delivery is created for GI, then Goods receipt. When creating the outbound delivery, it reduces the ATP quantity in CO09, and only adds it back upon GR. But,

  • Shouldn't be this hard -  I just want to know what number a text is coming from.

    I have texts from a friend. I want to tell someone else what thier cell phone number is. I go to the under contact. There are three numbers, all in a row - how do I tell which one the texts are coming from (and going to)? Might be the blue one, but I

  • Setting of automatic replicator

    Hi all, Can automatic replicator in UCM 11g be set in such a way so that it deletes the source file upon replication? When configuring this auto-replication,I have checked the box 'Delete revisions after successful archives' but it is not deleting th

  • Best Practices for Upgrade UCS firmware from 2.0 to 2.2?

    Hi I have Cisco UCS system ( 2 FI, 4 Chassis with 32 Server ) running 2.0 firmware. Now I want upgrade to 2.2. When I check document "Upgrading Cisco UCS from Release 2.0 to Release 2.2", I see have 2 solution: - 1. Upgrading from Release 2.0 with Au

  • Open In Dashboard Doesn't Work

    It did, and suddenly I cannot capture any part of page. The selection box appears and is highlighted. I elect the part I want to click on add, but nothing appears in dashboard following that. No parental controls ever used, a new install with 10.5.1,