HT201363 I need to get the answer for my questions to my rescue E-mail , how can i do that?

My appl ID got blocked , because i tried to answer the security questions and i fail to get the wright answer .

If you have a Mac or can have a friend do this for you, plug in the USB flash drive and burn the video files on it to a DVD (data) disk, which can then be placed in your HP computer.  If this isn't an option for you, I'd recommend the "MacDrive 9" software.  I have a much older version (5.0.8) of it on my HP P-4 tower running Windows XP.  It works perfectly when reading Mac-formatted USB flash drives, as well as Mac-formatted CDs.

Similar Messages

  • HT5312 hi  I forgot the answer of security question and my account locked .. how can i contact apple support by email ?

    hi  I forgot the answer of security question and my account locked .. how can i contact apple support by email ?

    Hi Ahmed,
    You can contact iTunes Support by email here:
    https://ssl.apple.com/emea/support/itunes/contact.html
    Cheers,
    GB

  • HT5312 i need to change the email address of apple id to my old email how can i do that?

    I need to change my apple id current email address to my old email address how can i do that??

    Try the following link, and select "how to edit or change your Apple ID and primary e-mail address," hopefully this will be of help to you.
    http://support.apple.com/kb/HE68

  • Hi Somw help to get the answers for these Questions

    Q1 Which one of the following is NOT polymorphic behavior?
    a.     Method overloading -- having methods with the same name but different signatures
    b.     Implicit type conversion -- for instance, a java.util.List class converts its members to Objects
    c.     Explicit type conversion -- when a class is converted to another class by a class cast statement
    d.     Method inheritance -- when a subclass inherits the behavior of the class from which it inherits
    e.     Using interfaces -- where any class can implement an interface for a given behavior, e.g. Runnable
    Q2 The following code defines the Example class.
    package com.brainbench.javaexamples;
    public class Example {
    public static final int VALUE = 10;
    // Additional code not shown.
    Referring to the sample code above, what classes modify the value of Example.VALUE
    a Inner classes of Example only
    b Classes in the same package only
    c Classes in the same source code unit only
    d. Classes in Java standard packages only
    e. None of the classes
    Q3 What is a classpath?
    a.     A search path for loading class files from disk
    b.     It exports Java code remotely
    c.     It protects the multiple JVMs from interfering with each other
    d.     It specifies which Java files must be compiled.
    e.     The security behavior of java.security
    Q4 Which one of the following is NOT a configurable JVM option?
    a.     Collect profiling and debugging statistics.
    b.     Set the maximum memory allocation pool size.
    c.     Set the initial memory allocation pool size.
    d.     Modify the garbage collector's behavior
    e.     Modify the number of bits a double variable uses.
    Q5 a. public void foo() {..}
    b. void foo() {..}
    c. protected void foo() {..}
    d. private void foo() {..}
    e public final void foo() {..}
    Which of the methods above are overridden via inheritance?
    a.     a and c
    b.     a and e
    c.     a, b and c
    d.     a, b and d
    e.     c, d and e

    Q1 Which one of the following is NOT polymorphic
    behavior?
    a.     Method overloading -- having methods with the same
    name but different signatures
    b.     Implicit type conversion -- for instance, a
    java.util.List class converts its members to Objects
    c.     Explicit type conversion -- when a class is
    converted to another class by a class cast statement
    d.     Method inheritance -- when a subclass inherits the
    behavior of the class from which it inherits
    e.     Using interfaces -- where any class can implement
    an interface for a given behavior, e.g. Runnable
    _________I would say c) beacause you need to state it clearly to the compiler, so it is not this great automatic polymorphic java behaviour.
    >
    >
    Q2 The following code defines the Example class.
    package
    com.brainbench.javaexamples;
    public class Example {
    public static final int VALUE = 10;
    // Additional code not shown.
    Referring to the sample code above, what
    classes modify the value of Example.VALUE
    a Inner classes of Example only
    b Classes in the same package only
    c Classes in the same source code unit only
    d. Classes in Java standard packages only
    e. None of the classes
    ___I would say e) beacause this variable is final which means you can't change it once initialized.
    >
    Q3 What is a classpath?
    a.     A search path for loading class files from disk
    b.     It exports Java code remotely
    c.     It protects the multiple JVMs from interfering
    with each other
    d.     It specifies which Java files must be compiled.
    e.     The security behavior of java.security
    ________a). Using classpath class loader load the classes.
    >
    Q4 Which one of the following is NOT a configurable
    JVM option?
    a.     Collect profiling and debugging statistics.
    b.     Set the maximum memory allocation pool size.
    c.     Set the initial memory allocation pool size.
    d.     Modify the garbage collector's behavior
    e.     Modify the number of bits a double variable uses.
    _______I would say e) because in Java every primitive value (including double) has the same size on every platform. Thats one thing why Java is portable.
    >
    >
    Q5 a. public void foo() {..}
    b. void foo() {..}
    c. protected void foo() {..}
    d. private void foo() {..}
    e public final void foo() {..}
    Which of the methods above are overridden via
    inheritance?
    a.     a and c
    b.     a and e
    c.     a, b and c
    d.     a, b and d
    e.     c, d and eI would say b) but I think the order is also important which is not stated in this question ( c) would be also good if methods in reverse order - c -> b -> a ) a) not because you can't reduce the visibility of a method. And two others includes private method, which doesn't take part in inhertiance at all (it is invisible when inheritted so can't be overriden, or you can't reduce visibility to private).

  • Need the answers for following questions?

    can anybody  say the answers  for following questions?
    Data Dictionary :
    1) Diff between Append Structure and Include Structure ?
    2) What is Table Type ?
    3) How the table entries are going to store, Is it Case sensitive, or in Capital Letter or in Small letter or as we give ?
    4) How many indexes we can give for a table ?
    Reports :
    1) How can we enable the verticle scroll in a table control that comes in 2 nd screen of ME 21 T.code ?
    2) What is BSEG table  ?
    3) How can you create Table Control ?
    4) Diff between At Selection Screen on Field & At selection Screen Output ?
    5) What are things we need to take care before using the Read Statement ?Example of Read Statement with Index ?
    6) How many ways are there to select a Particular Data from the table ?
    7) I want fetch the 10 th row and 5 th column from the list, How will you do it ?
    BDC :
      1) If we write Transaction Statement 2 times for a application What happens ?
      2) If for Example , I had to upload 10 items for one header. The 5 items are uploaded, but the Sixth record is not uploaded ? How can you upload that data from 6 th Record ?
    3) Tell me the Detail Steps in uploading the Data from Application Server ?
    4) One Scenario, i am having 10 records in a file & when i am uploading the data everytime the 1st record is overlapping with already existing data, How you are going to handle this  ?
    5) What is meant by MASK in Upload function ?
    6) what are the parameters you will pass withine BDC_INSERT ?
    SAP- Script :
    1) I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
    2) The Logo Upaloaded got Inverted , then How you are going to handle this situation ?
    3) The logo uploaded using RSTXLDMC programe, Where it is going to store ?
    4) can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
    5) How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?
    User Exit :
    1) Suppose i have used a fuction Module Exit, But is in Inactive status , What is The error it is going to give during runtime ?
    2) Suppose i want to delete the Function Module exit from one project and i want to use it for another project ? what are steps you follow to delete it  ?
    BADI
    1) Is that all the Predefined BADI's present  in SAP are reusable ?

    Data Dictionary :
    1) Diff between Append Structure and Include Structure ?
    Append Structure - This structure can be used only one time to append. Append structures are useful for standard tables.
    Include Structure - This structure can be used in multiple tables. Include structures are useful for our own custom tables.
    2) What is Table Type ?
    A table type is a type that describes the structure and functions of an internal table in the ABAP program. In simple words table table will act as an internal table without header line.
    3) How the table entries are going to store, Is it Case sensitive, or in Capital Letter or in Small letter or as we give ?
    Yes it is case sensitive.
    Use translate statement to convert Upper case or Lower case.
    4) How many indexes we can give for a table ?
    1 primary index automatically created and we can create up to 15 secondary indexes.
    Reports :
    1) How can we enable the verticle scroll in a table control that comes in 2 nd screen of ME 21 T.code ?
    set <tablecontrol>-lines = 0.this code you have to put in one suitable userexit.then it applies to standard tcode ME21N.
    2) What is BSEG table ?
    BSEG table is a FI table for Accounting Document details.
    3) How can you create Table Control ?
    controls : tabcont type tableview using screen '3000'.
    PROCESS AFTER INPUT
    MODULE mod AT EXIT-COMMAND.
    LOOP AT itab_table or LOOP "depending on whether we are using AT int_table
    MODULE modify_int_table.
    ENDLOOP.
    MODULE user_command.
    4) Diff between At Selection Screen on Field & At selection Screen Output ?
    AT-SELECTION SCREEN ON FIELD
    is to validate a particular selection screen field.
    if any error comes it will open only this field and other fields will be disabled.
    AT-SELECTION SCREEN OUTPUT
    is used to do dynamic screen modifications on the screen.
    5) What are things we need to take care before using the Read Statement ?Example of Read Statement with Index ?
    do sort before read data from table.
    6) How many ways are there to select a Particular Data from the table ?
    using views or directly u can select data.
    7) I want fetch the 10 th row and 5 th column from the list, How will you do it ?
    sorry...
    BDC :
    1) If we write Transaction Statement 2 times for a application What happens ?
    i think u got message like already that transaction was called like this..
    2) If for Example , I had to upload 10 items for one header. The 5 items are uploaded, but the Sixth record is not uploaded ? How can you upload that data from 6 th Record ?
    within the loop u have to write the code for the 6th record and then process again.
    3) Tell me the Detail Steps in uploading the Data from Application Server ?
    use DATASETS for uploading data from application server.
    4) One Scenario, i am having 10 records in a file & when i am uploading the data everytime the 1st record is overlapping with already existing data, How you are going to handle this ?
    write CLEAR statement before endloop.
    5) What is meant by MASK in Upload function ?
    sorry...
    6) what are the parameters you will pass withine BDC_INSERT ?
    TCODE-import parameter
    DYNPROTAB-tables parameter
    SAP- Script :
    1) I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ?
    One particular statement is there for that, What is that ?
    Actually u will get quantity and price based on language using SE63 transaction.it is used for language conversion.
    2) The Logo Upaloaded got Inverted , then How you are going to handle this situation ?
    just check the printer settings again.
    3) The logo uploaded using RSTXLDMC programe, Where it is going to store ?
    STXBITMAPS is the table which stores all the logos.
    4) can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
    No we cannot upload .tiff files using SE78 ..here u can upload only bmp and jpg logos...if u want to upload .tiff files go to standard program RSTXLDMC..by using this you can do.
    5) How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?
    by executing the formprogram.
    User Exit :
    1) Suppose i have used a fuction Module Exit, But is in Inactive status , What is The error it is going to give during runtime ?
    u didn't get any error message but that functionality cannot applied to it..thats it.
    2) Suppose i want to delete the Function Module exit from one project and i want to use it for another project ? what are steps you follow to delete it ?
    first go to that perticular project..within this u have one enhancement..just click on that one...and go to that function module which u are assigned..remove the code and activate..delete enhancement and activate that project..now u can use that enhancement in other projects.
    BADI
    1) Is that all the Predefined BADI's present in SAP are reusable ?
    here reusable means u can do multiple implementations for all BADI's.
    Rewards if it helpful.
    Dara.

  • HT5699 I forgot the answers for security questions, how can I reset them and get the access back to the iTunes store?

    Need help to get access to iTunes store. I bought an iTunes card bor buying on iTunes store.
    I forgot the answers for security questions, how can I reset them and get the access back to the iTunes store?

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then go to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you should see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you won't get the reset option - you will need to contact iTunes Support or Apple to get them reset.
    e.g. you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then 'Forgotten Apple ID security questions'
    or try ringing Apple in your country and ask to talk to the Accounts Security Team : http://support.apple.com/kb/HE57
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312 . Or you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • HT5312 I forgot the answers for security questions, therefore my Apple account has been locked. I contacted AplleCare in Japan by phone, but number busy!!! Please help me. I think that ID and Password only, no need anything as a security questions!

    I forgot the answer for security questions, I don't know how to recover my account.
    Please help me. Thank you.

    Also my computer wont let me get on icloud.

  • HT201363 I forget the answer for security question

    It forget the answer for security question what can I do

    You need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (106035)

  • I forget the answer for security questions and i didn't receive an email for it

    i forget the answer for security questions and i didn't receive an email for it

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90813)

  • HT1918 My iphone keeps saying in order to buy a song from itunes, I need to previde the answers to security questions but I don't remember the answers. I've clicked to change it but in order to change it, I need the answers. What do I do?

    My iphone keeps saying in order to buy a song from itunes, I need to previde the answer to security questions but I don't remember the answers and i've tried to change it but in order to do that, I need the answers.

    You canot easily change your country settings.  The iTunes Store in a country is intended only for use by that country's residents, and only while they are in the country. To use the iTunes Store in a country you need a credit card (or other card type if acceptable in a country) issued in that country, billed to an address in that country, and also be physically present in that country when using the store.  You are also restricted to waiting 90 days between country changes.
    E.g., "The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance." - http://www.apple.com/legal/itunes/us/terms.html#SERVICE

  • I forget the answer  for security questions

    i forget the answer for security questions
    also they stop my acount on yahoo

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90813)

  • Forgot the answer for security question

    Hi
    Forgot the answer for security question and I want you to send me a link to my e-mail reset it t ( [email protected])
    Please help me I can't purchase anything because of this issue

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
    Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                             Apple ID- All about Apple ID security questions.

  • HT5787 How can I recover my password if my account is blocked and I have no access to my email? And, worst case scenario, I forgot the answers for security questions? How can I proceed further?

    Hi,
    How can I recover or re-activate my password if my account is blocked and I have no access to my email adress associated with my apple id, and worst case scenario, I forgot the answers for security questions...
    Thanks,

    I forgot my  password
    Go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com; click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'.
    I forgot my security answers and have no rescue email
    Go to https://getsupport.apple.com click 'See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Forgotten Apple ID security questions'.

  • HT5312 i am in Iraq right now and i cannot make any schedule for having a call with your support team , however, i forgot the answer for security questions , and also previously i have not summited a rescue Email address is there any way to reset my accou

    i am in Iraq right now and i cannot make any schedule for having a call with your support team , however, i forgot the answer for security questions , and also previously i have not summited a rescue Email address is there any way to reset my account?

    Please be aware that you are not communicating with Apple when you post in these forums. These are user-to-user support forums, so in almost all cases the only people who will reply to your posts are, like me, your fellow users.
    As to whether you can work with Apple via email on this issue I can't say for sure, but you can contact them via this web page:
    http://www.apple.com/support/appleid/contact/
    and see if they can help. It's mostly going to be an issue of you being able to prove to them that you are the account owner.
    Regards.

  • Frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through m

    I guess I was not clear.....my fault....let me re-phrase:  frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through my list of contacts and quickly select those contacts that I want to receive that particular email....thx  

    You need an app that allows group messaging. Enter group messenger in the search bar in the app store.

Maybe you are looking for

  • Improve battery life on 10.8.2

    After showing much patience with Mountain Lion I've had enough of waiting for a fix for the poor battery life issue.  Yesterday I decided to take matters into my own hands and investiate the issue myself.  I installed the 250Gb hard drive (Hitachi 54

  • In data template xml , dataQuery not getting executed

    hello i have the data template XML as : name of the file XMLPDF.xml <?xml version = "1.0" encoding="UTF-8" ?> <dataTemplate name="XMLTEST" description = "testing the" Version = "1.0"> <properties> <property name="xml_tag_case" value="upper" /> <prope

  • Filter data from Powerpivot to Excel

    Hi Everyone Is there a way to filter data from Powerpivot to Excel so that you are only selecting a subset of records to pivot over in Excel? Paul

  • NI Variable Manager & Siemens WinCC OPC

    Hi, I am trying to setup a connection between some software developed for an asset and WinCC v6.0 SP4 by passing values using OPC. The software has been developed using National Instruments Variable Engine. I have verified the integrity of the tags b

  • Best option/way to setup General VM box

    We have a UC560 with about 50 users.  Most users have personal VM but a few will not.  We want to set up a GVM box and set up an indicator on a line button for all phones.  We have tried using the floating extension method but then the line button sh