Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Welspun Interview Questions
Questions Answers Views Company eMail

What are the disadvantages of Business Area.

1 14832

what is the meaning of (ss),in the following phrase? Bio Technology(ss) what is the use of this course?

3 34450

How can i bypass websence to open the restricted sites?

4 10398

what is critical speed of a turbine

10 55490

what is the weight of 8mm dia steel with 1 meter length. Is there any formula to calculate the weight for any given diameter

48 334328

What is the full form of MIRO and MIGO?

19 195163

How can we calculate ngr resistance for a generator and Transformer ? What type of transformer requires ngr ?

5 43963

a)If column dimensions are 250*400mm , what will be cutting length for 8mm stirrups and how to calculate it? b) If beam dimensions are 200*400mm , beam coveris 25mm , slab cover is 20mm , what will be the cutting length for stirrups? c)Column dimensions are 250*400mm , reinf. is 12nos. bar of 16mm dia , stirrups provided are two legged, what will be the length of each ring? Regards

27 198330

If the capacitor feeder is switched ON without any load, is there any display in the ammeter at the incomer?

3 6625

how can i get elcctrical supervisor license & Certificate of competancy in gujarat? i have completed my B.E (Electrical) course from gujarat.

2 7107

what is the difference between star connected and delta connected motors

3 6846

What is the function of NGR for the parallel operation of alternator? whats happen when different rating of alternator are running with parallel?

3040

what is differences between singal acting and double action valve

1 7564

What is power transformer?

3 6906

Post New Welspun Interview Questions




Un-Answered Questions

What do you know about interrupt?

1136


How you can decide which type of object repository you have to use?

1260


How can you find if an element in displayed on the screen?

893


What is process studio in blue prism?

582


What is a sector?

1070


____________ are algorithms that learn from their more complex environments (hence eco) to generalize, approximate and simplify solution logic. a) Fuzzy Relational DB b) Ecorithms c) Fuzzy Set d) None of the mentioned

3988


Give some points of pig for hadoop ?

588


What is the openxml statement in sql server?

1123


What are the primary differences between the jsp custom tags and java beans?

931


Explain types of valves?

1104


What could be done to reduce the costs for paid media campaigns without losing traffic tomorrow?

499


I want to use the markerfor playing a video using the jmf.Suppose my video length is of 2 hours.I want it to play ex-15 mintue or 20 mintue and should stop after assigning the time.I am providing my piece of code............please help me.... package com.jha.cdac.lila.praveen; import java.awt.BorderLayout; import java.awt.Component; import java.awt.Container; import java.awt.Dimension; import java.awt.Toolkit; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.File; import java.net.URL; import javax.media.ControllerAdapter; import javax.media.Manager; /** * * @author vinays */ import javax.media.Player; import javax.media.RealizeCompleteEvent; import javax.media.Time; import javax.swing.JFrame; public class PlayVideo extends javax.swing.JFrame{ Player player; Component center; Component south; // this code is required for playing the video file of mpeg,mp4,mp3,3gp,rm,flv, //wmf,mpv,vob,qt and the asf extension public PlayVideo() { File file = new File("Lesson1.mpg"); try { load(file); // load() } catch (Exception ex) { //Logger.getLogger(LessonNarrative.class.getName ()).log(Level.SEVERE, null, ex); System.out.println("Error while loading file............"+ex); } } //the piece of code given below is used to load the file which user want to play. public void load(final File file) //load the file throws Exception { URL url = file.toURL(); final Container contentPane = getContentPane(); if (player != null) { player.stop(); } // MediaLocator mediaLocator=new MediaLocator (file.toURL()); // DataSource dataSource=Manager.createDataSource (mediaLocator); // player=Manager.createPlayer(url); player = Manager.createRealizedPlayer(url); ControllerAdapter listener = new ControllerAdapter() { @Override public void realizeComplete( RealizeCompleteEvent event) { Component vc = player.getVisualComponent(); player.getVisualComponent(); if (vc != null) { contentPane.add(vc, BorderLayout.CENTER); center = vc; } else { if (center != null) { contentPane.remove(center); contentPane.validate(); } } Component cpc = player.getControlPanelComponent(); if (cpc != null) { contentPane.add(cpc, BorderLayout.SOUTH); south=cpc; } else { if (south != null) { contentPane.remove(south); contentPane.validate(); } } pack(); // //setTitle(file.getName()); //to get the title of Video or Audio File } }; Time tm=new Time(30.4402403); Time tm1=new Time(5.7256199); player.addControllerListener(listener); player.setMediaTime(tm1); player.setStopTime(tm); // player.setMediaTime(new Time(5.0)); //player.setStopTime(new Time(73)); player.realize(); player.start(); } public static void main(String args[]) throws ClassNotFoundException { PlayVideo pv = new PlayVideo(); JFrame f = new JFrame("Lesson1"); f.addWindowListener(new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { System.exit(0); } }); f.getContentPane().add("Center", pv); f.pack(); Dimension screenSize = Toolkit.getDefaultToolkit ().getScreenSize(); int w = 420; int h = 140; pv.setLocation(screenSize.width/2 - w/2, screenSize.height/2 - h/2); pv.setSize(w, h); pv.setVisible(true); }

4273


What are the advantages of modularity?

1014


What is domain extension?

924


What is aligners for teeth?

796