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

ABC Interview Questions
Questions Answers Views Company eMail

Tell me test cases for water bottle

9 78968

The first human statues worshipped in India were those of (A) Vishnu (B) Shiva (C) Brahma (D) Buddha,

1 18051

What is an User exit?

1 3267

How to transfer the objects? Have you transferred any objects ?

2882

What is the ratio of Grades M10,M15,M20,M25,M30,M35,M40.

1 3726

What is Hot Issue Income for Hedge Funds?

8779

Hi, I got rejected 3 times for B1 2 years back. but that time i was working for small company. now i am going to appear for the L1 visa. my profile has couple of changes, one is, i am working for a bigger well known company and now i have completed MCA. earlier when i got rejected B1, i only had MBA which is not a technical degree since i am into software development. I am qualified technical architect. can any one let me know what are my chances to get through L1? it is urgent please thanks in advance

3274

WHAT IS THE LAST DATE FOR PAYMENT OF TDS FOR THE LAST QUARTER (i.e. 4TH QUARTER) FOR THE LAST THREE ASSESSMENT YEARS?

6 15577

How can we prepare HR strategy plan? What are the steps involved??????

2399

Could YOU please let me Know good TTC entrance exam coaching centers in hyderabad

1 8591

Which of the following OSPF commands, when used together, will put the network 192.168.10.0/24 into OSPF area 0?

2670

How to write test cases on for Logging management?

4 10137

Give Journal Entry for "Interest Received from Bank" and give description with Accounting rules

27 129318

If you know per phase current and phase to phase voltage; what is overall KW of the circuit?

1 4451

How to change location of errorlog in SQL?

2 6217

Post New ABC Interview Questions


ABC Interview Questions


Un-Answered Questions

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); }

4276


What is thread start?

1018


What are the general trends in trade?

2382


How do I open xml files in pdf?

1068


How to add custom php codes in pages using drupal?

111


What is user exit in sap sd?

2156


What is the difference between view and materialized view in Oracle?

1208


Walk me through a DCF…

1260


What is weight of 1m3 of seawater?

1129


What is the use of this pointer in c++?

1056


What is the use of spring and hibernate?

498


Explain environment of openedge?

991


What is an insert tab?

609


Explain data warehousing in sql server?

1092


How you will protect / secure a web service?

743