ANJANA LAKSHMI
ANJANA LAKSHMI
  • 5
  • 1 628
Java card
Java card
zhlédnutí: 1 556

Video

Sqlite insert ,delete,update
zhlédnutí 23Před 2 lety
Sqlite insert ,delete,update
6 September 2021
zhlédnutí 31Před 2 lety
6 September 2021
Criteria for the succes of a software project
zhlédnutí 12Před 3 lety
Criteria for the succes of a software project
5 July 2021
zhlédnutí 6Před 3 lety
5 July 2021

Komentáře

  • @MamadouMouctarDIALLO-uv5rq

    Hi ANJANA LAKSHIMI ! could you please make a tutorial about Development of NFC android app to communicate with the Java Card applets. Thank you.

  • @viswajithpm6969
    @viswajithpm6969 Před 2 lety

    Which companies are currently using javacard?

  • @badriyasulthana7790
    @badriyasulthana7790 Před 2 lety

    Is Java card have any type of threats?

  • @samyukthasurendran3440

    What is a security domain

  • @sanju-zr5ke
    @sanju-zr5ke Před 2 lety

    So smart card have been around for quite a long time.

    • @anjanalakshmi7427
      @anjanalakshmi7427 Před 2 lety

      Smart cards are a relatively mature solution in the process of manufacturing cards, but relatively new to the field of integrating into information systems. JavaCard provides a win/win situation by reducing the time to market and offering modern APIs that can be used to interface to corporate and consumer systems while at the same time Java gets a platform that has billions of deployed units.

  • @gayathris1910
    @gayathris1910 Před 2 lety

    Should Microsoft consider licensing javaCard ?

    • @anjanalakshmi7427
      @anjanalakshmi7427 Před 2 lety

      Not really JavaCard is usually licensed by card Manufacturers. Microsoft does not currently produce cards.

  • @hanzasilu8355
    @hanzasilu8355 Před 2 lety

    Which version currently used the java card technology

  • @shanidam.m9073
    @shanidam.m9073 Před 2 lety

    Can contactless card support the Java card platform?

  • @meghak5566
    @meghak5566 Před 2 lety

    How safe is java card?

  • @dilnak2044
    @dilnak2044 Před 2 lety

    How does java card differ from java?

    • @anjanalakshmi7427
      @anjanalakshmi7427 Před 2 lety

      Both platforms are only similar in the sense that they use the Java language and run bytecode, but that's about it.Java Card should rather be seen as a Java implementation targeted at smart cards: The Java Card API is totally specific, except for a couple of downsized java.lang classes. The Java Card Virtual Machine doesn't support any of these features: dynamic class loading, bytecode verification, Security Manager, threads, garbage collection, JNI, etc. It's not even able to process Java class files.