Percent Change in MS Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargYou can use the percent change formula in Excel. Percent change can be used to calculate the Monthly , Yearly & Total...
View ArticlePaste Options in Ms Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargMS Excel Paste and Paste Special commands gives a lot of useful options. You can use them to paste anything be it is to...
View ArticleStatus Bar in MS Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargWhen you select range of cells that contain data, look at the status bar at the bottom of your excel sheet window. You can...
View ArticleRibbon in MS Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargThe "ribbon" is the strip of icons located above the work area.There are various tabs on the ribbonFileHomeInsertPage...
View ArticleTemplates in MS Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargA template is a predesigned excel worksheet which already have predefined Formatting and Formulas. Template can be used to...
View ArticleFind & Select in MS Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargMs Excel Find & Select feature is used to find a specific Text or data in worksheet. This feature is very useful when...
View ArticleData validation in MS Excel
You are here : Home / MS Excel tutorials for beginner to expertsBy Shivani GargData Validation in MS Excel is used to ensure that the data entered is reasonable. And a user enters only the particular...
View ArticleUNIX tutorial - Learn in just 3 days with examples for beginners
You are here : Home / Course Contents – DAY 11) UNIX INTRODUCTION1.1) THE UNIX OPERATING SYSTEM1.2) FILES AND PROCESSES1.3) THE DIRECTORY STRUCTURE1.4) UNIX Programs2) DIRECTORY NAVIGATION &...
View ArticleSCJP / OCJP dumps 2
You are here :Home / Core Java Tutorials / SCJP / OCJP dumpsIt's time to check your java knowledge.This scjp/ocjp dump contains 50 questions.Which main method below would allow a class to be started as...
View ArticleInner Classes SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 01 Given:11. public class Test {12. public static void main(String [] args) {13. int x = 5;14. boolean b1 = true;15. boolean b2 =...
View ArticleLanguage Fundamentals SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 1 Given10. class Foo {11. static void alpha() { /* more code here */ }12. void beta() { /* more code here */ }13. } Which two...
View ArticleOOPs SCJP / OCJP java
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsOOPs (Object oriented program) SCJP / OCJP java examQuestion: 01 Given: public class Plant { private String name; public Plant(String name)...
View ArticleDeclarations and Access Control SCJP / OCJP
You are here :Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 1 Given:10. package com.sun.scjp;11. public class Geodetics {12. public static final double DIAMETER = 12756.32; // kilometers13....
View ArticleOperators SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 01 Given:11. public class Test {12. public static void main(String [] args) {13. int x = 5;14. boolean b1 = true;15. boolean b2 =...
View ArticleFlow Control SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 01 Given:10. public class Bar {11. static void foo( int... x ) {12. // insert code here13. }14. }Which two code fragments,...
View ArticleAssertions ocjp
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 01 Given:8. public class test {9. public static void main(String [] a) {10. assert a.length == 1;11. }12. }Which two will produce...
View ArticleException Handling SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 01 Given:11. public static void parse(String str) {12. try {13. float f = Float.parseFloat(str);14. } catch...
View ArticleGarbage Collections SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP dumpsQuestion: 01 Given:1. public class GC {2. private Object o;3. private void doSomethingElse(Object obj) { o = obj; }4. public void...
View ArticleThreads (Multi-Threading) SCJP / OCJP
You are here : Home / Core Java Tutorials / SCJP / OCJP exam dumpsQuestion 01 Given:1. public class Threads2 implements Runnable {2.3. public void run() {4. System.out.println("run.");5. throw new...
View Article