Is there any password input data type?

hi,
I want to use the readLine() function to get a password from the user..
however I want the user's input to show up as '*****' when they type that in.
Is there any way to do that?
Thanks
Kal.

I am not using any GUI.. sorry, but what do u mean by ECHO?
Here is what I have so far..
public static void getPassword() {
System.out.print("Enter password-->");
DataInputStream input = new DataInputStream(System.in);
try{
password = input.readLine();
catch (IOException e) {
System.out.println("ERROR " + e);
Thanks
Kal.

Similar Messages

  • Is there any table in data dictionary has all clients and their email ids?

    Is there any table in data dictionary has all clients and their email ids?

    Hello,
    KNVK-ADRNP_2
    use this to pass to the bapi BAPI_BUPA_ADDRESS_GETDETAIL. this is function module & will return the address details in diff itabs..
    You can also try the Table ADR6 field SMTP_ADDR where ADDRNUMBER = KNVK-ADRNP_2.
    *************Reward points,if found useful

  • Input data type of Matlab script node

    Hi,
    I have 1D array of complex number in single precision.
    Matlab script node is used to import data into Matlab and do some data processing, and then export.
    Data type of input is currently double precision.
    How to re-define this input data type of the Matlab script node?
    Thanks,

    Right, arrays of singles are not supported. See Comparison of MathScript RT Module and the MATLAB® Software Data Types in LabVIEW
    As for memory usage, Profiling the VI should let you know how much memory Labview uses when running your code. Communication with MATLAB® is done through ActiveX, and I'm actually not 100% sure whether it will reflect memory usage from script execution. I think it'll be simple enough to profile your VI with and without the MATLAB Script node and note the memory usage difference...
    Misha

  • Is there a auto-increment data type in Oracle

    Is there a auto-increment data type in Oracle ?
    How to do it if there is no auto-increment data type in Oracle ?
    null

    jackie (guest) wrote:
    : Is there a auto-increment data type in Oracle ?
    : How to do it if there is no auto-increment data type in Oracle
    Hi,
    I think you need unique ID's, for this purpose you use sequences
    in Oracle. Example:
    create table xy (
    id number,
    name varchar2(100)
    alter table xy
    add constraint xy_pk primary key(id);
    create sequence xy_seq start with 1 maxvalue 99999999999;
    (there are many other options for create sequence)
    create or replace trigger xy_ins_trg
    before insert on xy
    for each row
    begin
    select xy_seq.nextval
    into :new.id
    from dual;
    end;
    This produces a unique value for the column id at each insert.
    Hope this will help.
    peter
    null

  • Are there any tools for data encryption and decryption ?

    Hi,
    i am using oracle 9i R2, i want encrypt my data. Are there any tools available in market.
    Please let me know the ways to do data encryption and decryption.
    Thanks in advance
    Prasuna.

    970489 wrote:
    using DBMS_OBFUSCATION_TOOLKIT.Encrypt /DESEncrypt we can't secure our password...So i am looking for an another alternative.As Blue Shadow said, what are you really trying to achieve?
    Encrypting a password is itself not secure. Anything that can be encrypted can be decrypted. That is why Oracle itself DOES NOT encrypt passwords.
    Surprised??
    Here's what Oracle does with passwords, and what others should be doing if they have to store them.
    When the password is created, the presented password - clear text - is concatenated with the username. The resulting character string is then passed through a one-way hashing function. It is that hashed value that is stored. Then when a user presents his credentials to log on to the system, the presented credentials are combined and hashed in the same manner as when the password was created, and the resulting hash value compared to the stored value.

  • Is there any link between movement types and documents

    hi
    is there any link between sales doc and movement types ?
    is it the only source dependig on schedule line movement type will determined?
    if with out order we are doing delivery how system will determine movement type
    Thanks in advance

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -DLN
    In VOV5,
    For Itemcatagory DLN+        --CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Any other alternate data type other than "P"

    Hi All
    Can any body tell me any other data type that has a feild length more than 16 with decimal 0.

    Use this
    data: a type DEC_25.

  • Is there any restriction for the types of components in a tool bar.

    Hi, i'm using a tool bar where i'm having different command buttons and an "<af:inputFile>" component.
    In one of the command button i'm having "<af:setPropertyListener>" component. This command button is not being used as a partial trigger by any other component. If i invoke this button i'm getting "Assertion failed:Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent" error.
    if i remove the either the "<af:inputFile>" or the command button having "<af:setPropertyListener>" from the tool bar then there is no such error.
    is there any restriction to use different components in a tool bar. Please clarify me . Thanks.

    Thanks for your inputs. But non of the component using the attributes "rendered". And non of the components is being partial trigger for other components. Please let me know what else could be the cause. Thanks.

  • Ok so my iPhone won't let me type. The only way I can use my phone is by first putting in an apple ID. Since I can't type I can't get passed this step to use my phone. Is there any way I can type on my computer or something for my iPhone?

    Is there a way I can type on my computer for my iPhone?

    It will only sync with new messages received after Mac's Messages is configured and running.
    It will not synced old messages.

  • Are there any basic MDM data search API examples/tutorials?

    hello all,
    my company just installed mdm 5 and my task is to build some java applications that use the mdm api.  our first implementation is using the products data model for all of our materials.
    i want to know if there are any basic tutorials or examples of how to get, for example, read all the records in the product table and how to search and get a result set, like on name or id, etc.
    just some basic read and search examples to introduce me and get me started.  if you know of any, it will be much appreciated.
    thanks very much,
    mm

    Hi Mike,
    please have a look here:
    http://help.sap.com/saphelp_mdm550/helpdata/en/46/281bc8218b14dbe10000000a155369/frameset.htm
    The corresponding sources can be downloaded from this page:
    http://service.sap.com/installMDM
    --> MDM 5.5 SP05 - Java API Migration Guide or MDM 5.5 SP05 - Java API
    and the latest Javadoc can always be found here:
    https://help.sap.com/javadocs/MDM/current
    Kind regards,
    Andreas

  • Fpga FFT input data type

    I am using the FFT on a 9076 FPGA, in a single cycle loop, and I will be processing data from both a 9205 and a 9235.
    The 9205 FXP is 26,5, while the 9235 is 24,-4.  What is the best way to deal with this?
    I am not sure what will fit (I am finally compiling as I type this), but I am hoping to have 4-8 multiplexed FFT pipelines running in parallel.  While I understand FXP, I am a little shaky when it comes to how and when to handle conversions.
    Thanks!

    To handle both with the same precision as you would get individually, you would need to use the superset of the two FXP types. One trick to figure that type out is wire a control of each FXP type to the inputs of a Select function and observe the resulting output type (<s,33,5> in this case).
    That is likely larger than you need, so options include using a dedicated FFT for each type, reducing the types to the minimum precision required, and/or scaling one of the channels to align with the other. You can check the specs for those two modules to get an idea of what precision they actually provide. A 16-bit module with calibration applied normally needs 20 bits to meet the hardware specs, so you could try a type of <s,20,5> for that one, discarding 5 LSBs.
    For the scaling idea, use Reinterpret Number to cast the <s,24,-4> type to <s,24,5> to align with the other type (essentially a free multiply by 2^9). Since the FFT is a linear operation, you can simply correct the output with another cast in the opposite direction by subtracting 9 from whatever the output IWL is.
    Finally, keep in mind that all coercions default to saturate and round to nearest even, so use explicit conversions if you want to save resources by truncating when operating on mismatched types.

  • How to use the discrete unit delay block with the waveform as the input data type?

    Hi,
    I'm using LabView 2011 to implement a design system. I want to first downsample the input signal and then go through the discrete unit delay function. However, after the unit delay function, i don't get the right output, is there a way to fix that?
    The input is fixed to be the simulate signal since i'm using it for other implementation as well and i don;t want to change it.
    plz see the attachment , thx!
    Attachments:
    test2.vi ‏355 KB

    Hi Tim,
    Thanks for replying!
    What u did is exactly what I want except that I want to downsample the simulate signal first before I put it into a delay block.
    I tried what u said, however, it only works for very small frequency such as 0.01 Hz. When I set the input to 10 Hz, the delay block doesn't work at all. For the diagram u have, what is the input frequency u set to the simulate signal?
    The reason I'm use the Express VI is because I use it as the input of the frequency estimation block. So basicly what I'm doing is :
    sine wave ->downsample it->delay the downsampled signal and do some numerical calculation(adding,multipling) ->estimate the frequency of the output signal -> this frequency is used to determin the sample factor in the downsampling process.
    I attached the VI with the downsamped involved
    I can't copy the downsample.vi because I use the evaluation version 30 days for that toolkit .
    I attached the VI for frequency  estimation as well.
    Thanks so much!
    Ivy
    Attachments:
    Testing.vi ‏238 KB
    Frequency Estimation.vi ‏61 KB

  • Is there any support for data transfer compression in oracle XE?

    Hi
    Thank you for reading my post.
    I am wondering whether it is possible to ask database and JDBC driver to use some sort of compression for data transfer?
    I want to reduce the network workload as much as possible.
    Thanks

    AFAIK, Not directly from Oracle.

  • Counter KF with 1 & 0 and difference between data type NUMBER (DEC) and INTEGER (INT4)

    Hi,
    I need to create a counter kf which should populate 1 and 0 to this counter field. Please let me know is there any difference between data type
    NUMBER (DEC) and INTEGER (INT4).
    Please suggest.
    Thanks & Regards,
    Pavan kumar

    Hi Pavan,
    The basic difference between Number(DEC) and INT4 is its internal storage in system.
    For Number (DEC) - Value internally stored as packed number with 3 decimal places whereas INT 4 as 4 byte integer without decimal places.
    For counter KF, you can go for INT 4.
    Hope this helps.
    Thanks

  • How to bind complex input/output types in web service data control

    Hi,
    I have created data control using external web service for simple input & output data type and its working fine.
    But I don't know how it can be done for complex data types.
    My external Web services have complex input & output types. Such as java object which contains another java object again it contains another java object or arry or java collection etc.
    Each my service has one complex input data type and for this no user input is require so how I can do it without using any component for it.
    I want to bind my page components with this input & output type.
    What is the best approach to do this and how to bind screen component.
    Regards,
    Devang

    Hi,
    Thanks frank.
    I already check this link before posting this so if you have any other link then kindly reply.
    Regards,
    Devang

Maybe you are looking for