Add to Favorites    Make Home Page 20482 Online  
 Language Categories  
 Our Services  

Home » Java Home » Algorithms Home » String Manipulation Using Stringification

A D V E R T I S E M E N T

Search Projects & Source Codes:

Title String Manipulation Using Stringification
Author Satish.K
Author Email fly_sati [at] yahoo.co.in
Description
Category Java » Algorithms
Hits 383870
Code Select and Copy the Code
//Strfns.idl// module Strfns { interface Op { float stPos(in string a,in string b); boolean stComp(in string a,in string b); float stLen(in string a); }; }; //Server.java// import java.io.*; import org.omg.CORBA.*; import Strfns.*; class StringOp extends _OpImplBase { public float stPos( String a,String b) { return (a.indexOf(b)); } public boolean stComp(String a,String b) { return(a.equals(b)); } public float stLen(String a) { return(a.length()); } } public class Server { public static void main(String args[]) { try { ORB orb = ORB.init(args, null); StringOp c = new StringOp(); orb.connect(c); String str = orb.object_to_string(c); String filename = System.getProperty("user.home")+System.getProperty("file.separator")+"OpIO R"; FileOutputStream fos = new FileOutputStream(filename); PrintStream ps = new PrintStream(fos); ps.print(str); ps.close(); System.out.println("The Servant Reference has been Stringified..."); System.out.println("The CORBA Server is up and running..."); Thread.currentThread().join(); } catch (Exception e) { System.err.println("ERROR: " + e); e.printStackTrace(System.out); } } } //Client.java// import java.io.*; import org.omg.CORBA.*; import Strfns.*; import java.lang.String.*; public class Client { public static void main(String args[]) { try { ORB orb = ORB.init(args, null); String filename = System.getProperty("user.home")+System.getProperty("file.separator")+"OpIO R"; java.io.FileInputStream tis = new java.io.FileInputStream(filename); java.io.DataInputStream is = new java.io.DataInputStream(tis) ; String or = is.readLine() ; org.omg.CORBA.Object obj1 = orb.string_to_object(or) ; Op cOp = OpHelper.narrow(obj1); System.out.println(" STRING FUNCTIONS"); System.out.println("Select one option"); System.out.println("1.position 2.comparison 3.length"); BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); int k=Integer.parseInt(in.readLine()); System.out.println("Enter the strings:"); String a=in.readLine(); String b=in.readLine(); switch(k) { case 1: { System.out.println(" Sting Concatenation = " + cOp.stPos(a,b)); } case 2: { System.out.println(" String Comparison = " + cOp.stComp(a,b)); } case 3: { System.out.println(" String Length = " + cOp.stLen(a)); } } } catch (Exception e) { System.out.println("ERROR : " + e) ; e.printStackTrace(System.out); } } }

Related Source Codes

Script Name Author
Sending mail Using JavaMail to Yahoo and Gmail accounts sai prasad
Simple Program in Java to Implement Multithreading Satish.K
Simple Calculator in Java Using Remote Method Invocation Satish.K
Guest Book Application Using Servlets Satish.K
String Manipulation Using Stringification Satish.K
Moving Ball Application Using Java Beans Satish.K
Rapid Roll game subrahmanyeswararao
student mgm arpan
Sourav Datta
Download Manager Sagar
Address Book in Java Rahul Chouhan
address book using java database connectivity(jdbc-msaccess) shekhar bansal
sun Steganography B.Rajavel
Connecting Java with MS-Access - Inserting data in Aseem
Address Book in Java Rahul Chouhan

A D V E R T I S E M E N T




Google Groups Subscribe to SourceCodesWorld - Techies Talk
Email:

Free eBook - Interview Questions: Get over 1,000 Interview Questions in an eBook for free when you join JobsAssist. Just click on the button below to join JobsAssist and you will immediately receive the Free eBook with thousands of Interview Questions in an ebook when you join.

New! Click here to Add your Code!


ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page

 Advertisements  

Google Search

Google

Source Codes World.com is a part of Vyom Network.

Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Interview Questions | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing | Google Logo Maker | Freshers Jobs

Sitemap | Privacy Policy | Terms and Conditions | Important Websites
Copyright ©2003-2024 SourceCodesWorld.com, All Rights Reserved.
Page URL: http://www.sourcecodesworld.com/source/show.asp?ScriptID=1224


Download Yahoo Messenger | Placement Papers | Free SMS | C Interview Questions | C++ Interview Questions | Quick2Host Review