Tips on Java Software Certification Options Consigli per il software Java certificazione opzioni
I have received several questions regarding java certifications. Ho ricevuto diverse domande relative certificazioni java. This is a concise guide to java software certification options for java developers, software architects, non-developers like project managers, product managers etc. considering your current expertise and career goals. Questa è una concisa guida per la certificazione del software Java opzioni per sviluppatori Java, il software architetti, sviluppatori non come project manager, manager del prodotto, ecc considerare il vostro attuale esperienza e di carriera obiettivi.
There are two main choices: Certification(s) from Sun Microsystems or BrainBench. Ci sono due scelte: Certificazione (s) da Sun Microsystems o Brainbench.
Sun certifications are held in much higher esteem than Brainbench based on my experience. Sole certificazioni sono tenuti in considerazione molto più elevata rispetto Brainbench in base alla mia esperienza. Also in my personal experience Brainbench questions are inferior to Sun. Anche nella mia esperienza personale Brainbench domande sono inferiori a Sun. After all Sun is the inventor of Java. Dopo tutto Sun è l'inventore di Java. If you are going for Java certification I would recommend go with Sun. Se lei sta per Java certificazione Raccomando di andare con Sun. It may cost you slightly more but it is worth it. Essa può costare leggermente di più ma ne varrà la pena.
Note : I am not affiliated to either organization. Nota: non sono affiliati ad una organizzazione. I am however a Sun certified architect for Java technologies. Io sono comunque un Sun Certified Architect per Java tecnologie. 
Guide for Java Programmer / Developer Guida per Java Programmer / Developer
If you are a Java developer and want to certify your capability then you should first take Sun Certified Programmer for the Java 2 Platform, Standard Edition 5.0 Se sei un sviluppatore Java e desidera certificare la vostra capacità di allora si dovrebbe innanzitutto tener Sun Certified Programmer per Java 2 Platform, Standard Edition 5,0 examination esame .
This is also a required examination if you are looking for more specialized certifications like Sun Certified Developer for Java Web Services (CX-310-220) Questo è richiesto anche un certo esame, se siete alla ricerca di più specializzati, come le certificazioni Sun Certified Developer for Java Web Services (CX-310-220) examination esame .
The course for the Sun Certified Java Programmer (SCJP) examination: Il corso per il Sun Certified Java Programmer (SCJP) esame:
* Develop code that declares classes (including abstract and all forms of nested classes), interfaces, and enums, and includes the appropriate use of package and import statements (including static imports). * Sviluppare codice che dichiara classi (comprese astratto e tutte le forme di classi nidificate), interfacce, e enums, e comprende l'uso appropriato di pacchetto e le dichiarazioni di importazione (compresi statica importazioni).
* Develop code that declares an interface. * Sviluppare codice che dichiara una interfaccia. Develop code that implements or extends one or more interfaces. Sviluppare codice che implementa o si estende una o più interfacce. Develop code that declares an abstract class. Sviluppare codice che dichiara un abstract classe. Develop code that extends an abstract class. Sviluppare il codice che si estende un abstract classe.
* Develop code that declares, initializes, and uses primitives, arrays, enums, and objects as static, instance, and local variables. * Sviluppare codice che dichiara, inizializza, e utilizza primitive, array, enums, e come oggetti statici, esempio, e le variabili locali. Also, use legal identifiers for variable names. Inoltre, l'uso legale di identificatori nomi delle variabili.
* Develop code that declares both static and non-static methods, and - if appropriate - use method names that adhere to the JavaBeans naming standards. * Sviluppare codice che dichiara sia statica e non statica metodi, e - se del caso - utilizzare il metodo nomi che rispettare i JavaBean standard di denominazione. Also develop code that declares and uses a variable-length argument list. Anche sviluppare codice che dichiara e utilizza una lunghezza variabile argomento lista.
* Given a code example, determine if a method is correctly overriding or overloading another method, and identify legal return values (including covariant returns), for the method. * Dato un codice di esempio, determinare se un metodo è correttamente rilevante sovraccarico o un altro metodo, giuridica e di identificare i valori di ritorno (tra cui covariant restituisce), per il metodo.
* Given a set of classes and superclasses, develop constructors for one or more of the classes. * Dato un insieme di classi e superclasses, sviluppare costruttori per una o più delle classi. Given a class declaration, determine if a default constructor will be created, and if so, determine the behavior of that constructor. Dato una classe dichiarazione, determinare se un costruttore di default verrà creata e, in caso affermativo, determinare il comportamento di tale costruttore. Given a nested or non-nested class listing, write code to instantiate the class. Dato un nidificate o non nidificati classe lista, scrivere il codice per creare un'istanza della classe.
Section 2: Flow Control Sezione 2: Controllo di flusso
* Develop code that implements an if or switch statement; and identify legal argument types for these statements. * Sviluppare codice che implementa uno o se passare dichiarazione; individuare e argomentazione giuridica per questi tipi di dichiarazioni.
* Develop code that implements all forms of loops and iterators, including the use of for, the enhanced for loop (for-each), do, while, labels, break, and continue; and explain the values taken by loop counter variables during and after loop execution. * Sviluppare codice che implementa tutte le forme di loop e iterators, compreso l'uso di per la maggiore per loop (per ciascuna), fare, mentre, etichette, pausa, e continuare, e spiegare i valori presi da loop counter variabili durante e dopo il ciclo di esecuzione.
* Develop code that makes use of assertions, and distinguish appropriate from inappropriate uses of assertions. * Sviluppare codice che fa uso di affermazioni, e opportuno distinguere da utilizzazioni improprie di affermazioni.
* Develop code that makes use of exceptions and exception handling clauses (try, catch, finally), and declares methods and overriding methods that throw exceptions. * Sviluppare codice che fa uso di eccezioni e clausole di gestione delle eccezioni (try, catch, finally), e dichiara metodi e rilevante metodi che passi eccezioni.
* Recognize the effect of an exception arising at a specified point in a code fragment. * Riconoscere l'effetto di una deroga si pongono su un determinato punto di un frammento di codice. Note that the exception may be a runtime exception, a checked exception, or an error. Nota che l'eccezione può essere un runtime di eccezione, una controllata eccezione, o di un errore.
* Recognize situations that will result in any of the following being thrown: ArrayIndexOutOfBoundsException,ClassCastException, IllegalArgumentException, IllegalStateException, NullPointerException, NumberFormatException, AssertionError, ExceptionInInitializerError, StackOverflowError or NoClassDefFoundError. * Riconoscere le situazioni che si tradurrà in uno dei seguenti essere gettati: ArrayIndexOutOfBoundsException, ClassCastException, IllegalArgumentException, IllegalStateException, NullPointerException, NumberFormatException, AssertionError, ExceptionInInitializerError, StackOverflowError o NoClassDefFoundError. Understand which of these are thrown by the virtual machine and recognize situations in which others should be thrown programatically. Capire quali di queste sono buttato dalla macchina virtuale e riconoscere le situazioni in cui altri dovrebbero essere gettato programatically.
Section 3: API Contents Sezione 3: Indice API
* Develop code that uses the primitive wrapper classes (such as Boolean, Character, Double, Integer, etc.), and/or autoboxing & unboxing. * Sviluppare il codice che utilizza le primitive classi wrapper (ad esempio, booleani, caratteri, Double, Integer, ecc), e / o autoboxing & unboxing. Discuss the differences between the String, StringBuilder, and StringBuffer classes. Discutere le differenze tra i Stringa, StringBuilder, StringBuffer e classi.
* Given a scenario involving navigating file systems, reading from files, or writing to files, develop the correct solution using the following classes (sometimes in combination), from java.io: BufferedReader,BufferedWriter, File, FileReader, FileWriter and PrintWriter. * Dato uno scenario di navigazione dei file system, la lettura dal file, oppure scrivendo a file, sviluppare la corretta soluzione utilizzando le seguenti classi (a volte in combinazione), da java.io: BufferedReader, BufferedWriter, File, FileReader, FileWriter e PrintWriter.
* Develop code that serializes and/or de-serializes objects using the following APIs from java.io: DataInputStream, DataOutputStream, FileInputStream, FileOutputStream, ObjectInputStream, ObjectOutputStream and Serializable. * Sviluppare codice che serializza e / o de-serializza oggetti utilizzando i seguenti API da java.io: DataInputStream, DataOutputStream, FileInputStream, FileOutputStream, ObjectInputStream, ObjectOutputStream e Serializable.
* Use standard J2SE APIs in the java.text package to correctly format or parse dates, numbers, and currency values for a specific locale; and, given a scenario, determine the appropriate methods to use if you want to use the default locale or a specific locale. * Utilizzare le API standard J2SE nel pacchetto java.text correttamente formato o il parsing di date, numeri e valori di valuta per un determinato locale, e, dato uno scenario, di determinare le opportune metodi da usare se si desidera utilizzare il locale predefinito o un specifico locale. Describe the purpose and use of the java.util.Locale class. Descrivere lo scopo e l'uso del java.util.Locale classe.
* Write code that uses standard J2SE APIs in the java.util and java.util.regex packages to format or parse strings or streams. * Scrivere il codice che utilizza le API standard J2SE in java.util e java.util.regex pacchetti di formato o il parsing di stringhe o ruscelli. For strings, write code that uses the Pattern and Matcher classes and the String.split method. Per archi, scrivere il codice che utilizza il pattern e Matcher classi e il metodo String.split. Recognize and use regular expression patterns for matching (limited to: . (dot), * (star), + (plus), ?, \d, \s, \w, [], ()). Riconoscere e utilizzare espressioni regolari per i modelli di corrispondenza (limitato a:. (Punto), * (asterisco), + (più),?, \ D, \ s, \ w, [], ()). The use of *, +, and ? L'uso di *, +, e? will be limited to greedy quantifiers, and the parenthesis operator will only be used as a grouping mechanism, not for capturing content during matching. sarà limitato a quantifiers avidi, e le parentesi operatore verranno utilizzate solo come un meccanismo di raggruppamento, non per l'acquisizione di contenuti nel corso di corrispondenza. For streams, write code using the Formatter and Scanner classes and the PrintWriter.format/printf methods. Per ruscelli, scrivere codice utilizzando il Formatter e Scanner classi e la PrintWriter.format / printf metodi. Recognize and use formatting parameters (limited to: %b, %c, %d, %f, %s) in format strings. Riconoscere e utilizzare i parametri di formattazione (limitato a:% b,% c,% d,% f,% s) in formato stringhe.
Section 4: Concurrency Sezione 4: Concurrency
* Write code to define, instantiate, and start new threads using both java.lang.Thread and java.lang.Runnable. * Scrivere il codice di definire, creare un'istanza, e iniziare nuove discussioni con entrambe le java.lang.Thread e java.lang.Runnable.
* Recognize the states in which a thread can exist, and identify ways in which a thread can transition from one state to another. * Riconoscere gli Stati in cui un thread può esistere, e identificare i modi in cui un thread può transizione da uno stato all'altro.
* Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems. * Dato uno scenario, scrivere il codice che fa un uso appropriato di oggetto di blocco per proteggere statici o variabili di istanza da concomitanti problemi di accesso.
* Given a scenario, write code that makes appropriate use of wait, notify, or notifyAll. * Dato uno scenario, scrivere il codice che fa un uso appropriato di aspettare, comunicano, o notifyAll.
Section 5: OO Concepts Sezione 5: OO Concetti
* Develop code that implements tight encapsulation, loose coupling, and high cohesion in classes, and describe the benefits. * Sviluppare codice che implementa stretto incapsulamento, sciolto aggancio, e di alta coesione in classi, e descrivere i benefici.
* Given a scenario, develop code that demonstrates the use of polymorphism. * Dato uno scenario, sviluppare codice che dimostra l'uso del polimorfismo. Further, determine when casting will be necessary and recognize compiler vs. runtime errors related to object reference casting. Inoltre, determinare quando la fusione sarà necessario riconoscere e compilatore c. errori di runtime relative al riferimento oggetto di colata.
* Explain the effect of modifiers on inheritance with respect to constructors, instance or static variables, and instance or static methods. * Spiegare l'effetto di modificatori sulla successione ereditaria nei confronti di costruttori, istanza o variabili statiche, e grado o metodi statici.
* Given a scenario, develop code that declares and/or invokes overridden or overloaded methods and code that declares and/or invokes superclass, overridden, or overloaded constructors. * Dato uno scenario, sviluppare codice che dichiara e / o sovrascritti e invoca sovraccarico metodi e codice che dichiara e / o invoca superclasse, ignorato, o sovraccarico costruttori.
* Develop code that implements “is-a” and/or “has-a” relationships. * Sviluppare codice che implementa "è a un" e / o "è a un" relazioni.
Section 6: Collections / Generics Sezione 6: Collezioni / Generics
* Given a design scenario, determine which collection classes and/or interfaces should be used to properly implement that design, including the use of the Comparable interface. * Dato un disegno scenario, stabilire quali classi di raccolta e / o interfacce dovrebbe essere utilizzato per attuare correttamente che la progettazione, compreso l'uso di interfaccia comparabile.
* Distinguish between correct and incorrect overrides of corresponding hashCode and equals methods, and explain the difference between == and the equals method. * Distinguere tra corretto e scorretto di ignorare del corrispondente hashCode e corrisponde metodi, e spiegare la differenza tra == e il metodo è uguale.
* Write code that uses the generic versions of the Collections API, in particular, the Set, List, and Map interfaces and implementation classes. * Scrivere il codice che utilizza le versioni generiche dei Collezioni API, in particolare, il Set, List e Map interfacce e le classi di attuazione. Recognize the limitations of the non-generic Collections API and how to refactor code to use the generic versions. Riconoscere i limiti della non generico Collezioni API e come refactor codice per utilizzare le versioni generiche.
* Develop code that makes proper use of type parameters in class/interface declarations, instance variables, method arguments, and return types; and write generic methods or methods that make use of wildcard types and understand the similarities and differences between these two approaches. * Sviluppare il codice che fa uso corretto dei parametri di tipo classe / interfaccia dichiarazioni, variabili esempio, il metodo argomenti, e riprendere i tipi e scrivere metodi generici o metodi che fanno uso di tipi di caratteri jolly e comprendere le somiglianze e le differenze tra questi due approcci.
* Use capabilities in the java.util package to write code to manipulate a list by sorting, performing a binary search, or converting the list to an array. * Utilizzare le capacità nel pacchetto java.util a scrivere il codice per manipolare un elenco di cernita, l'esecuzione di un binario di ricerca, o convertire l'elenco a un array. Use capabilities in the java.util package to write code to manipulate an array by sorting, performing a binary search, or converting the array to a list. Capacità di utilizzare nel pacchetto java.util a scrivere il codice per manipolare una serie di cernita, l'esecuzione di un binario di ricerca, o convertire l'array a un elenco. Use the java.util.Comparator and java.lang.Comparable interfaces to affect the sorting of lists and arrays. Utilizzare il java.util.Comparator e java.lang.Comparable interfacce di pregiudicare lo smistamento delle liste e array. Furthermore, recognize the effect of the “natural ordering” of primitive wrapper classes and java.lang.String on sorting. Inoltre, riconoscere l'effetto di "ordine naturale" della primitiva e classi wrapper java.lang.String a cernita.
Section 7: Fundamentals Sezione 7: Fondamenti
* Given a code example and a scenario, write code that uses the appropriate access modifiers, package declarations, and import statements to interact with (through access or inheritance) the code in the example. * Dato un codice di esempio e uno scenario, scrivere il codice che utilizza l'accesso appropriato modificatori, pacchetto di dichiarazioni, le dichiarazioni di importazione e di interagire con (attraverso l'accesso o di successione) il codice in questo esempio.
* Given an example of a class and a command-line, determine the expected runtime behavior. * Dato un esempio di una classe e una riga di comando, dovrebbe determinare il comportamento di runtime.
* Determine the effect upon object references and primitive values when they are passed into methods that perform assignments or other modifying operations on the parameters. * Determinare l'effetto su di riferimenti a oggetti e valori primitivi quando sono passati in metodi che effettuano cessioni o altre operazioni a modificare i parametri.
* Given a code example, recognize the point at which an object becomes eligible for garbage collection, and determine what is and is not guaranteed by the garbage collection system. * Dato un codice di esempio, riconoscere il punto in cui diventa un oggetto che possono beneficiare di garbage collection, e di determinare ciò che è e non è garantita dal sistema di raccolta rifiuti. Recognize the behaviors of System.gc and finalization. Riconoscere i comportamenti di System.gc e completamento.
* Given the fully-qualified name of a class that is deployed inside and/or outside a JAR file, construct the appropriate directory structure for that class. * Data la pienamente qualificati nome di una classe che viene implementata all'interno e / o al di fuori di un file JAR, costruire la struttura di directory appropriata per questa categoria. Given a code example and a classpath, determine whether the classpath will allow the code to compile successfully. Dato un codice di esempio e un classpath, verificare se il classpath consentirà il codice per compilare correttamente.
* Write code that correctly applies the appropriate operators including assignment operators (limited to: =, +=, -=), arithmetic operators (limited to: +, -, *, /, %, ++, –), relational operators (limited to: < , <=, >, >=, ==, !=), the instanceof operator, logical operators (limited to: &, |, ^, !, &&, ||), and the conditional operator ( ? : ), to produce a desired result. * Scrivere il codice che si applica correttamente le opportune operatori tra cui l'assegnazione operatori (limitati a: =, + =, -=), aritmetica operatori (limitati a: +, -, *, /,%, + +, -), operatori relazionali ( limitati a: <, <=,>,> =, ==,! =), l'operatore instanceof, operatori logici (limitati a: &, |, ^,!, & &, | |), e il condizionale operatore (? :), Per produrre un risultato desiderato. Write code that determines the equality of two objects or two primitives. Scrivere il codice che determina l'uguaglianza di due oggetti o due primitive.
This establishes your basic credential as a Java programmer. Questo sistema crea il tuo credenziali di base come un programmatore Java. However I would suggest that you opt for at least one more specialized examination. Tuttavia vorrei suggerire che si avvalgono di almeno un esame più specializzati. Here you have several choices, as can be seen from the above diagram, like Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition 1.4 (CX-310-081) , Sun Certified Mobile Application Developer for the Java 2 Platform, Micro Edition, Version 1.0 (CX-310-110) etc. Qui avete diverse scelte, come si può vedere dal diagramma di cui sopra, come Sun Certified Web Component Developer per la piattaforma Java 2 Enterprise Edition 1.4 (CX-310-081), Sun Certified Mobile Application Developer per la Java 2 Platform, Micro Edition, versione 1.0 (CX-310-110), ecc
If you have made up your mind that you will specialize only in particular technologies then you can very well go for a specialized certification exactly matching your chosen field of expertise. Se hai fatto la tua mente che si sono specializzati solo in particolari tecnologie allora si può andare molto bene per una certificazione specializzata esattamente corrispondenti scelto il vostro campo di competenza.
However normally it is advisable to go for Sun Certified Developer for the Java 2 platform Tuttavia normalmente è consigliabile andare per Sun Certified Developer per la piattaforma Java 2 examination esame .
When you go for a super-specility certification you make a trade-off. Quando si va per un super-specility certificazione fate un trade-off. On one hand you develop and display enhanced skill in your focussed area of specialization like J2ME. Da un lato a sviluppare e visualizzare una maggiore abilità nella vostra zona mirata di specializzazione come J2ME. However the same certification doesn’t help you much if you change to a different field of specialization later on in your career. Tuttavia la stessa certificazione non aiuta molto se si modifica a un altro campo di specializzazione più tardi di carriera. In other words your marketability becomes restricted but more focussed. In altre parole il tuo commerciabilità diventa più limitato ma essenziale.
A generic Sun Certified Java Developer certification covers all bases and allows you to flexibly move from one area to another. Un generico Sun Certified Java Developer certificazione copre tutte le basi e vi permette di spostare in modo flessibile da un settore all'altro. SCJD comprises of three parts: SCJD composto di tre parti:
- Step 1 - Fase 1 -- Sun Certified Developer for Java 2 Platform, Standard Sun Certified Developer for Java 2 Platform, Standard
Edition - Programming Assignment (CX-310-252A) Edizione - Programmazione Assegnazione (CX-310-252A) - Step 2 - Fase 2 -- Sun Certified Developer for Java 2 Platform, Standard Sun Certified Developer for Java 2 Platform, Standard
Edition - Essay Exam (CX-310-027) Edizione - A cura esami (CX-310-027) - Assignment Resubmission - Assegnazione ripresentazione -- Sun Certified Developer for Java 2 Sun Certified Developer for Java 2
Platform, Standard Edition - Programming Assignment (CX-310-252R) Platform, Standard Edition - Programmazione Assegnazione (CX-310-252R)
Guide for Software Architect or aspirant Guida per i software architect o aspirante
If you a software architect or aspire to become one then you must go for Sun Certified Enterprise Architect for the Java 2 Platform, Enterprise Edition Se hai un software architetto o aspirano a diventare uno poi si deve andare per Sun Certified Enterprise Architect per la piattaforma Java 2 Enterprise Edition examination esame .
This certification is for enterprise architects responsible for architecting and designing Java 2 Platform, Enterprise Edition (J2EE) technology compliant applications, which are scalable, flexible and highly secure. Questa certificazione per le imprese è responsabile per architetti architettura e progettazione di Java 2 Platform, Enterprise Edition (J2EE) compatibile con le applicazioni della tecnologia, che sono scalabili, flessibili ed estremamente sicuro.
Personally I enjoyed the architect examination very much. Personalmente mi sono divertito l'architetto esame molto. I think you will too. Penso che sarà troppo.
Filed under Elencato sotto Headline News Headline News , How To Come , Java Software Software Java , Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |





November 27th, 2005 at 9:00 am 27 novembre 2005 alle 9:00
[...] If you are looking for Java certification options please check this article: Guide To Java Software Certifications [...] [...] Se stai cercando la certificazione Java opzioni consulta questo articolo: Guida a Java Software Certificazioni [...]
November 27th, 2005 at 9:02 am 27 novembre 2005 a 9:02 am
[...] Update: Please check Guide to Java Software Certifications for latest information on java software certification options. [...] Aggiornamento: Verifica Guida al software Java Certificazioni Per le ultime informazioni sul software Java certificazione opzioni. [...]
November 29th, 2005 at 7:40 am 29 novembre 2005 alle 7:40 am
Hi, Salve,
That’sa quite crisp information on Sun Java Certification, which I need it now :). È abbastanza fresco informazioni su Sun Java Certificazione, che ho bisogno adesso:). Thank you. Grazie.
– --
Balakumar Muthu Balakumar Muthu
http://i5bala.blogspot.com
July 25th, 2006 at 12:22 am 25 luglio 2006 alle 12:22 am
Hi! Salve!
iam a student and looking for an entry level placement as programmer.plz suggest what certification is suitable for me? ora uno studente e cerchi un entry level collocamento come programmer.plz suggerire ciò che la certificazione è adatto per me? SCJA,SCJP or any other?u can mail me at SCJA, SCJP o qualsiasi altro? E può mail all'indirizzo emailjyothsna@yahoo.com
thanks for ur time grazie per il tempo ur
jyots
July 26th, 2006 at 2:05 am 26 luglio 2006 a 2:05 am
Jyotsna,
First go for Sun Certified Java Programmer (SCJP) certification and the attempt Sun Certified Java Developer (SCJD). Rivolgersi in primo luogo per Sun Certified Java Programmer (SCJP) la certificazione e il tentativo Sun Certified Java Developer (SCJD).
The Sun Java certifications are highly valued in the industry. Il Sun Java certificazioni sono molto apprezzato nel settore.
August 31st, 2006 at 4:44 am 31 agosto 2006 a 4:44 am
[...] [...] [...] [...]
August 31st, 2006 at 5:24 am 31 agosto 2006 a 5:24 am
[...] Software [...] Software [...] [...]
September 20th, 2006 at 8:34 am Settembre 20, 2006 at 8:34 am
[...] CMS Software, Web, WordPress, WebLog, Web Services, Google, Headline News | | RSS 2.0 | Trackback this Article | Email thisArticle [...] [...] Il software del CMS, il fotoricettore, WordPress, WebLog, servizi Web, Google, le notizie del titolo | | RSS 2,0 | Trackback questo articolo | email presente articolo [...]
October 14th, 2006 at 2:25 am 14 ottobre 2006 alle 2:25 am
[...] Note: Angsuman’s Translator Plugin Pro (features, get software) is a professionally designed plugin which provides automatic machine translation of your blog in eight different languages - German, Spanish, French, Italian, Portuguese, Japanese, Korean and Chinese. [...] Nota: Plugin del traduttore del Angsuman Pro (caratteristiche, ottenere il software) è un plug professionalmente progettato che prevede automatica traduzione automatica del tuo blog in otto lingue diverse - tedesco, spagnolo, francese, italiano, portoghese, giapponese, coreano e cinese. It is search engine optimized, supports WordPress widgets, uses nice permalinks, super-fast (cacheable) and lots more. E 'motore di ricerca ottimizzato, sostiene i widgets di WordPress, usa i permalinks piacevoli, super-veloce (cacheable) e molto di più. [...]
October 20th, 2006 at 9:38 am Ottobre 20, 2006 at 9:38 am
If you’re outside the US, Brainbench now has an offer for one years’ membership for only $30. Se siete fuori degli Stati Uniti, ha ora Brainbench un'offerta per un anno 'adesione per soli $ 30. Now that’sa good deal for “casual” certification - compared to “serious” Sun certs. Ora questo è buon affare per "casual" di certificazione - rispetto al "grave" certs dom.
October 20th, 2006 at 10:07 am 20 ottobre 2006 alle 10:07 am
Unfortunately “casual” java certifications have casual effect too. Purtroppo "casual" java certificazioni hanno effetto troppo casual. I have never seen BrainBench certifications carry much weight. Non ho mai visto certificazioni Brainbench portare molto peso. I don’t give them much weight either. Io non dare loro molto peso.
October 30th, 2006 at 6:49 am 30 ottobre 2006 alle 6:49 am
[...] BTW: Did you know Google loves our translated pages? [...] BTW: Sapevate Google ama la nostra pagine tradotte? What are you waiting for? Cosa stai aspettando? Get Angsuman’s Translator Pro now and move miles ahead of your competition. Get del Angsuman Translator Pro ora e spostare miglia di fronte alla Vostra concorrenza. [...]
November 2nd, 2006 at 3:27 am 2 novembre 2006 a 3:27 am
hello sir/madam,i’ve completed my graduation(b.com)………after that i joined in niit & i’ve done diploma course,its a 1 yr course sir,i know java but i willing to do sun certification to become an expert in java sir,so plz guide me sir,i dnt know where to get the form for sun certification & how to apply,so plz kindly help me sir ciao Signore / a, ho completato la mia laurea (b.com)……… dopo che sono entrato in niit e ho fatto corso di diploma, il suo un 1 an corso signore, lo so, ma i java disposta a fare sole di certificazione per diventare un esperto in java signore, così plz guida mi signore, i dnt sapere dove trovare il modulo per il sole e la certificazione come applicare, in modo plz gentilmente mi aiuti signore
urs obediently URS obbedienza
D.Niveda Nagini D. Niveda Nagini
December 12th, 2006 at 12:50 pm 12 dicembre 2006 a 12:50 pm
[...] Web, WordPress, WebLog, Web Services, How To, Headline News, Translator Plugin Pro | | RSS 2.0 | Trackback this Article | Email thisArticle [...] [...] Web, WordPress, WebLog, Web Services, How To, le notizie del titolo, Translator Pro Plugin | | RSS 2,0 | Trackback questo articolo | email presente articolo [...]
December 13th, 2006 at 10:24 am 13 dicembre 2006 alle 10:24 am
[...] You can get the software here and user guide here. [...] È possibile ottenere il software qui e qui guida utente. [...]
December 13th, 2006 at 10:35 am 13 dicembre 2006 alle 10:35
[...] Web, WordPress, WebLog, Web Services, How To, Headline News, Translator Plugin Pro | | RSS 2.0 | Trackback this Article | Email thisArticle [...] [...] Web, WordPress, WebLog, Web Services, How To, le notizie del titolo, Translator Pro Plugin | | RSS 2,0 | Trackback questo articolo | email presente articolo [...]
January 8th, 2007 at 3:57 pm 8 gennaio 2007 a 3:57 pm
Nice site actually. Nice site effettivamente. Gone to my favourites. Andato a preferiti. Thanks for creation. Grazie per la creazione.
June 28th, 2007 at 2:33 am 28 giugno 2007 alle 2:33 am
Application of java in the Telecom field. Applicazione di Java nel settore Telecom.
July 15th, 2007 at 11:52 pm 15 luglio 2007 a 11:52 pm
Hi, Salve,
I am in a position that i must definitely take sun certification . Io sono in una posizione che devo assolutamente prendere sole certificazione. I need 2 get the certification as soon as posssible, but i don’t know how to prepare and how to become an expert in java. 2 Ho bisogno di ottenere la certificazione nel più breve tempo posssible, ma non so come preparare e come diventare un esperto in Java. Its very urgent so please guide me to do my certification La sua stessa urgente quindi per favore mi guida di fare del mio certificazione
March 2nd, 2008 at 11:15 pm Mar 2, 2008 11:15 pm
hi, Salve,
m in final year ni have to get scja certificate before joining the company… i don’t have any material n time is also quite….kindly tell me from where to start n wat books to follow… ryt now m having only complete reference.. m ultimo anno ni far uscire il scja certificato prima di entrare la società… non ho alcun materiale n tempo è anche molto…. gentilmente dirmi da dove cominciare n wat libri a seguire… ryt ora m hanno solo riferimento completo. . is that sufficient???? che è sufficiente? plz try to reply soon… thank you. plz cercherò di rispondere presto… grazie.